py2: Fixes to add.py.

This commit is contained in:
Tom Rothamel
2024-08-24 23:55:07 -04:00
parent 61e1e025ce
commit be8f94443f
+1 -1
View File
@@ -8,7 +8,7 @@ import sys
from renpy import version_tuple # @UnresolvedImport
branch = subprocess.run([ "git", "branch", "--show-current" ], capture_output=True, text=True).stdout.strip()
branch = os.popen("git branch --show-current").read().strip()
SOURCE = [
"/home/tom/ab/renpy",