fade out sys.path
This commit is contained in:
@@ -110,7 +110,6 @@ def run_worker() -> None:
|
|||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
finally:
|
finally:
|
||||||
q.task_done()
|
q.task_done()
|
||||||
os.chdir(sys.path[0])
|
|
||||||
|
|
||||||
|
|
||||||
def do_repo_work() -> None:
|
def do_repo_work() -> None:
|
||||||
@@ -225,7 +224,6 @@ def update_svn2git() -> None:
|
|||||||
stderr=subprocess.STDOUT).stdout.decode(errors="ignore"))
|
stderr=subprocess.STDOUT).stdout.decode(errors="ignore"))
|
||||||
logging.debug("[GIT] %s", subprocess.run(["git", "pull"], check=True, stdout=subprocess.PIPE,
|
logging.debug("[GIT] %s", subprocess.run(["git", "pull"], check=True, stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.STDOUT).stdout.decode(errors="ignore"))
|
stderr=subprocess.STDOUT).stdout.decode(errors="ignore"))
|
||||||
os.chdir(sys.path[0])
|
|
||||||
|
|
||||||
|
|
||||||
def increase_pkgrel(pkgbuild_file) -> None:
|
def increase_pkgrel(pkgbuild_file) -> None:
|
||||||
|
Reference in New Issue
Block a user