You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Adding upload_xdelta function to upload patch to google drive
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user