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 Dec 10, 2021
1 parent 0d1b447 commit 8808d7a
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 8808d7a

Please sign in to comment.