diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index 8fcf2a32..e918c210 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -41,8 +41,8 @@ try: if pkgname not in seen: print(pkgname, end='|') seen.add(pkgname) - except Exception as exc: - print("Warning: something went wrong while parsing the build manifest as YAML file: {}".format(exc)) +except Exception as exc: + print("Warning: something went wrong while parsing the build manifest as YAML file: {}".format(exc)) EOF ) grep-dctrl -F Package -e '^('"$ALL_PKGS"')$' $packages > "$tmpfile" |