Add fancy preamble for the log files

This commit is contained in:
Joe Rickerby
2017-04-13 15:02:04 +01:00
parent 31ac2ba03f
commit c3565d5025
4 changed files with 33 additions and 6 deletions
+3
View File
@@ -19,3 +19,6 @@ class BuildSkipper(object):
def __call__(self, build_id):
return any(fnmatch(build_id, pattern) for pattern in self.patterns)
def __repr__(self):
return 'BuildSkipper(%r)' % ' '.join(self.patterns)