Skip to content

Commit

Permalink
updated configuration file directions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhiggs committed Mar 22, 2023
1 parent cf7d0aa commit 10e580f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/1_create_project_configuration_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10e580f

Please sign in to comment.