Skip to content

Commit

Permalink
Added a space after 'if'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 22, 2023
1 parent 5622b79 commit 9761692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def fill_COMROT_cycled(host, inputs):
idatestr = datetime_to_YMDH(inputs.idate)

# Test if we are using the new COM structure or the old flat one for ICs
if(inputs.start in ['warm']):
if inputs.start in ['warm']:
pathstr = os.path.join(inputs.icsdir, f'{inputs.cdump}.{rdatestr[:8]}',
rdatestr[8:], 'model_data', 'atmos')
else:
Expand Down

0 comments on commit 9761692

Please sign in to comment.