From efa0357d983ac5e029b989ae1a5a1cace9f28588 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 7 Nov 2016 13:23:37 +0000 Subject: reproducible Debian: correct syntax for Python 3. Signed-off-by: Holger Levsen --- bin/reproducible_create_meta_pkg_sets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index 7a01ef71..c8fdeba5 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -41,7 +41,7 @@ with open(sys.argv[1]) as fd: print(pkgname, end='|') seen[pkgname] = True except: - print "Warning: something went wrong while parsing the build manifest as YAML file." + print("Warning: something went wrong while parsing the build manifest as YAML file.") EOF ) -- cgit v1.2.3-54-g00ecf