Skip to content

Commit 1f3dadc

Browse files
committed
ok other waythen
1 parent ea3dfa4 commit 1f3dadc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

py/makeversionhdr.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ def get_version_info_from_git():
1919
# Note: git describe doesn't work if no tag is available
2020
try:
2121
git_tag = subprocess.check_output(
22-
[tools_describe],
23-
stderr=subprocess.STDOUT,
24-
universal_newlines=True,
25-
shell=True
22+
[tools_describe], stderr=subprocess.STDOUT, universal_newlines=True, shell=True
2623
).strip()
2724
except subprocess.CalledProcessError as er:
2825
if er.returncode == 128:

0 commit comments

Comments
 (0)