mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-17 20:01:44 +02:00
fix git commit hash location
This commit is contained in:
@@ -220,7 +220,7 @@ def version(quiet: bool=False,
|
|||||||
|
|
||||||
COMMIT_HASH = None
|
COMMIT_HASH = None
|
||||||
try:
|
try:
|
||||||
COMMIT_HASH = list((PACKAGE_DIR / '.git/refs/heads/').glob('*'))[0].read_text()
|
COMMIT_HASH = list((PACKAGE_DIR / '../.git/refs/heads/').glob('*'))[0].read_text()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user