From 951c9e62ff5c21dfdbb18d10c4be80811f3bee28 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 7 Nov 2016 13:24:04 +0000 Subject: reproducible Debian: might as well show the exception Signed-off-by: Holger Levsen --- bin/reproducible_create_meta_pkg_sets.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index c8fdeba5..59d10d46 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -40,8 +40,8 @@ with open(sys.argv[1]) as fd: if not pkgname in seen: print(pkgname, end='|') seen[pkgname] = True - except: - print("Warning: something went wrong while parsing the build manifest as YAML file.") + except Exception as exc: + print("Warning: something went wrong while parsing the build manifest as YAML file: {}".format(exc)) EOF ) -- cgit v1.2.3-70-g09d2