From: Robin Wittler Date: Thu, 4 Aug 2011 11:53:07 +0000 (+0200) Subject: add errorhandling X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=69a533f78378acbbce6785ac90c169b103c0913c;p=profitbricks%2Fjenkins-build-scripts.git add errorhandling --- diff --git a/testgit_build.py b/testgit_build.py index 511ad73..99656ac 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -107,6 +107,7 @@ def remove_git_target_workspace(): try: shutil.rmtree(GIT_TARGET_WORKSPACE) except IOError, error: + logger.debug('IOError happend. errno is: %s' %(error.errno)) if error.errno == errno.ENOENT: logger.debug( '"%s" does not exists - and can be ignored'