From b8fa2f3e29c4501656ae9ec38b8a2819a63f1316 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Tue, 9 Aug 2011 18:41:08 +0200 Subject: [PATCH] add debug msg --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index f62b65c..432c82d 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