From 1be977d5192a82b36cabf1bc76cadc7086ec3699 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 2 Sep 2011 16:43:39 +0200 Subject: [PATCH] atexit breaks the upload --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 16c2018..813a5b8 100755 --- a/build.py +++ b/build.py @@ -250,7 +250,7 @@ if __name__ == '__main__': logger.info('git clone was not successfull') exit_error() - atexit.register(remove_git_target_workspace) + #atexit.register(remove_git_target_workspace) os.chdir(GIT_TARGET_DIR) if GIT_UPSTREAM_BRANCH != GIT_DEBIAN_BRANCH: -- 2.39.5