Skip to content

Commit

Permalink
outputing EXPDIR before running Config in setup xml 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Jun 25, 2024
1 parent 8b8fe34 commit 2b3a122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/setup_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main(*argv):
'verbosity': user_inputs.verbosity}

current_env = os.environ.copy()
print( f'EXPDIR: {current_env['EXPDIR']}')
print( f'EXPDIR: {current_env["EXPDIR"]}')

cfg = Configuration(user_inputs.expdir)

Expand Down

0 comments on commit 2b3a122

Please sign in to comment.