Skip to content

Commit

Permalink
fix gh_sizes.py (#12902)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpschoedel authored and pull[bot] committed Apr 27, 2023
1 parent cfafa74 commit 4780092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tools/memory/gh_sizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
'timestamp': {
'help': 'Build timestamp',
'metavar': 'TIME',
'default': int(
'default': int(float(
os.environ.get('GH_EVENT_TIMESTAMP')
or datetime.datetime.now().timestamp()),
or datetime.datetime.now().timestamp())),
},
}

Expand Down

0 comments on commit 4780092

Please sign in to comment.