Skip to content

Commit f1f6c77

Browse files
Update create_zip_addon.py
1 parent a971c03 commit f1f6c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlenderPkg/create_zip_addon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_version():
8181
# getting buid version
8282
build_ver = subprocess.getoutput("git rev-parse --short HEAD")
8383
if build_ver.find("fatal") != -1:
84-
build_ver = 0 # todo. get git hash
84+
build_ver = 0 # todo. get git hash
8585

8686
# getting plugin version
8787
text = (repo_dir / "src/rprblender/__init__.py").read_text()

0 commit comments

Comments
 (0)