git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba70f03
)
Allow comments in supressions file
author
Daniel P. Berrange
<berrange@redhat.com>
Mon, 22 Sep 2008 21:48:29 +0000
(17:48 -0400)
committer
Daniel P. Berrange
<berrange@redhat.com>
Mon, 22 Sep 2008 21:48:29 +0000
(17:48 -0400)
compare/compare.py
patch
|
blob
|
history
diff --git
a/compare/compare.py
b/compare/compare.py
index
cb27659
..
5e61c03
100644
(file)
--- a/
compare/compare.py
+++ b/
compare/compare.py
@@
-131,6
+131,8
@@
def load_suppressions(file):
line = s.readline()
if not line:
break;
+ if line[0] == '#':
+ continue
line = line[0:-1]
supp.append(line)