better error message in win

This commit is contained in:
dr.lt.data
2023-09-19 09:28:30 +09:00
parent f10cb735e5
commit 30ee2ceb0f
2 changed files with 4 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ def gitpull(path):
repo.git.submodule('update', '--init', '--recursive')
print("CUSTOM NODE PULL: True")
except Exception as e:
print(e)
print("CUSTOM NODE PULL: False")
repo.close()