1
0
Fork 0
mirror of synced 2024-06-29 11:30:46 +12:00

Fix quotation (#1421)

This commit is contained in:
Nick Sweeting 2024-05-06 12:16:37 -07:00 committed by GitHub
commit 32aea66913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -230,7 +230,7 @@ def version(quiet: bool=False,
p = platform.uname() p = platform.uname()
print( print(
'ArchiveBox v{}'.format(get_version(CONFIG)), 'ArchiveBox v{}'.format(get_version(CONFIG)),
f'COMMIT_HASH={COMMIT_HASH[:7] if COMMIT_HASH else 'unknown'}', f'COMMIT_HASH={COMMIT_HASH[:7] if COMMIT_HASH else "unknown"}',
f'BUILD_TIME={BUILD_TIME}', f'BUILD_TIME={BUILD_TIME}',
) )
print( print(