Skip to content

Commit

Permalink
pep8 correction
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Jun 15, 2023
1 parent 71fccb0 commit 2348c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/diag_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_diag_stats():
except FileNotFoundError:
print('WARNING: file', os.path.join(comout, tarfilename),
'not found, this is expected in GDASApp ctests')
return
return
with gzip.open(zipfilename, 'rb') as f_in:
with open(diagfilename, 'wb') as f_out:
shutil.copyfileobj(f_in, f_out)
Expand Down

0 comments on commit 2348c50

Please sign in to comment.