fade out sys.path
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user