From 2cd13c8d937f9147f07bf20d144bf51fc5c4d722 Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Tue, 9 Aug 2011 18:33:17 +0200 Subject: [PATCH] add debug msg --- build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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') -- 2.39.5