Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Jul 25, 2024
1 parent dcdc7a4 commit 27c5614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions egi_notebooks_accounting/eosc.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def generate_day_metrics(
with open(timestamp_file, "w+") as tsf:
tsf.write(period_end.strftime("%Y-%m-%dT%H:%M:%SZ"))
except OSError as e:
e = str(e)
logging.debug("Failed to write timestamp file '{timestamp_file}': {e}")


Expand Down

0 comments on commit 27c5614

Please sign in to comment.