diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-07 18:29:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-07 18:29:28 +0100 |
commit | be9a3cc31e7831ac477219bcb3dd41321e89ec52 (patch) | |
tree | fd83afe65161c95b9e08422e273f9b13f105aa3d | |
parent | ff42654bf945f9b5c5869dd8b305a9168784ceb6 (diff) | |
download | jenkins.debian.net-be9a3cc31e7831ac477219bcb3dd41321e89ec52.tar.xz |
reproducible Debian: whitespace fixes
-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" |