From 10e580f05fcbb390b2a56894012f9ce5e8b56223 Mon Sep 17 00:00:00 2001 From: Carl Higgs Date: Wed, 22 Mar 2023 12:24:03 +1100 Subject: [PATCH] updated configuration file directions --- process/1_create_project_configuration_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/1_create_project_configuration_files.py b/process/1_create_project_configuration_files.py index e171ae9b..c305c2c3 100644 --- a/process/1_create_project_configuration_files.py +++ b/process/1_create_project_configuration_files.py @@ -74,7 +74,7 @@ codename = sys.argv[1] if os.path.exists(f'./configuration/regions/{codename}.yml'): print( - f"\nConfiguration file for the specified study region codename '{codename}' already exists: \nconfiguration/regions/{codename}.yml.\n\nPlease open and edit this file in a text editor following the provided example directions in order to complete configuration for your study region. A completed example study region configuration can be viewed in the file 'configuration/regions/example_ES_Las_Palmas_2023.yml'.\n\nTo view additional guidance on configuration, run this script again without a codename.\n", + f"\nConfiguration file for the specified study region codename '{codename}' already exists: \nconfiguration/regions/{codename}.yml.\n\nPlease open and edit this file in a text editor following the provided example directions in order to complete configuration for your study region. A completed example study region configuration can be viewed in the file 'configuration/regions/example_ES_Las_Palmas_2023.yml'.\n\nTo view additional guidance on configuration, run this script again without a codename. Once configuration has been completed, to proceed to analysis for this city, enter:\npython 2_analyse_region.py {codename}\n", ) else: with open(f'./configuration/regions/{codename}.yml', 'w') as f: