[misc] 01/02: has-only: logging
Chris West
faux-guest at moszumanska.debian.org
Sat Apr 22 11:28:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
faux-guest pushed a commit to branch master
in repository misc.
commit 1704dff93e24d644022f04328813cd71e32e97e6
Author: Chris West (Faux) <git at goeswhere.com>
Date: Sun Apr 16 19:15:00 2017 +0100
has-only: logging
---
has-only.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/has-only.py b/has-only.py
index 0478c58..ff149d4 100755
--- a/has-only.py
+++ b/has-only.py
@@ -98,9 +98,10 @@ def main():
if 'build_path' not in (x for y in problems for x in y):
print(path)
-
+ else:
+ warn(path, 'other problems: {}'.format(problems))
except Exception as e:
- print(path)
+ warn(path, 'failure:')
raise
if '__main__' == __name__:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list