Adding upload_xdelta function to upload patch to google drive

This commit is contained in:
Stewie
2022-04-11 19:02:03 -04:00
parent 63d50555f2
commit 1c96d64ae7
7 changed files with 38 additions and 17 deletions

View File

@@ -26,6 +26,6 @@ def refresh_repo(repo_name):
base_path = os.path.join(os.getcwd(), "..", repo_name)
print("Repo to refresh: {}".format(base_path))
listFile = subprocess.run(
["git", "pull", repo_name],
["git", "pull"],
cwd=base_path
)