Skip to content

Commit

Permalink
corrected build_time str
Browse files Browse the repository at this point in the history
  • Loading branch information
p5k369 committed Aug 5, 2022
1 parent 3ba249f commit bf37c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def setup():
build_time = time.time()
versionpy.write(
f"BUILD_DATE = "
f"{strftime('%Y-%m-%dT%H:%M:%S', gmtime(build_time))}Z\n"
f"\"{strftime('%Y-%m-%dT%H:%M:%S', gmtime(build_time))}Z\"\n"
)

if lastmod:
Expand Down

0 comments on commit bf37c5d

Please sign in to comment.