Skip to content

Commit

Permalink
Debug tags_marker.py try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaBeloglazov committed Sep 9, 2023
1 parent 00eedb2 commit 0ada3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags_marker.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import subprocess
import os

os.system("ls -a")
tag = subprocess.check_output("git describe --tags", shell=True, encoding="UTF-8")
os.system("ls")

print("[TAG MARKER] git response: " + tag)
tag = tag.replace("\n", "").replace("v", "")
Expand Down

0 comments on commit 0ada3b4

Please sign in to comment.