fade out sys.path

This commit is contained in:
2021-06-01 13:56:28 +02:00
parent 5863c42532
commit f18830c894

View File

@@ -110,7 +110,6 @@ def run_worker() -> None:
traceback.print_exc()
finally:
q.task_done()
os.chdir(sys.path[0])
def do_repo_work() -> None:
@@ -225,7 +224,6 @@ def update_svn2git() -> None:
stderr=subprocess.STDOUT).stdout.decode(errors="ignore"))
logging.debug("[GIT] %s", subprocess.run(["git", "pull"], check=True, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT).stdout.decode(errors="ignore"))
os.chdir(sys.path[0])
def increase_pkgrel(pkgbuild_file) -> None: