From a0d9390af78310db86c4f54ccd940241518818ec Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 12 Apr 2025 15:57:07 +0800 Subject: Show script name in the log line. --- Code/download_ena_records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Code/download_ena_records.py') diff --git a/Code/download_ena_records.py b/Code/download_ena_records.py index b535c3e..d804791 100644 --- a/Code/download_ena_records.py +++ b/Code/download_ena_records.py @@ -19,7 +19,7 @@ for t in types: os.system(cmd) time.sleep(5) -write_log_file('ENA records updated. Check folder %s' % (TEMP_DIR), UPDATE_NETWORK_LOG_FILE) +write_log_file('[download_ena_records.py] ENA records updated. Check folder %s' % (TEMP_DIR), UPDATE_NETWORK_LOG_FILE) #https://www.ebi.ac.uk/ena/browser/api/xml/links/taxon?accession=3702&result=read_run #https://www.ebi.ac.uk/ena/browser/api/xml/links/taxon?accession=3702&result=read_experiment -- cgit v1.2.1