mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
typo
This commit is contained in:
parent
2b4ed2e2f1
commit
358d1c7ede
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -121,7 +121,7 @@ def dirty_version():
|
||||||
_version = _version.decode('ascii')
|
_version = _version.decode('ascii')
|
||||||
try:
|
try:
|
||||||
_, N, sha = _version.strip().split('-')
|
_, N, sha = _version.strip().split('-')
|
||||||
except ValueError: # tag name may contains "-"
|
except ValueError: # tag name may contain "-"
|
||||||
open('xonsh/dev.githash', 'w').close()
|
open('xonsh/dev.githash', 'w').close()
|
||||||
print('failed to parse git version', file=sys.stderr)
|
print('failed to parse git version', file=sys.stderr)
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Add table
Reference in a new issue