From: Robin Wittler Date: Tue, 9 Aug 2011 16:33:17 +0000 (+0200) Subject: add debug msg X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=2cd13c8d937f9147f07bf20d144bf51fc5c4d722;p=profitbricks%2Fjenkins-build-scripts.git add debug msg --- diff --git a/build.py b/build.py index 8152b18..29c2b39 100755 --- a/build.py +++ b/build.py @@ -274,11 +274,10 @@ if __name__ == '__main__': fh.close() fh = open('debian/control') - logger.debug(fh) for line in fh: if line.startswith('Source:'): pkg_name = line.split(':')[-1].lstrip().rstrip() - fh.close() + fh.close() if options.distribution in ('unstable', 'experimental'): daily_date = datetime.datetime.now().strftime('%Y%m%d-%H%M%S')