diff options
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |