accidentally had made wmlunits a bit verbose
This commit is contained in:
parent
779ff4bbee
commit
7e38b23e4d
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class ImageCollector:
|
|||
sys.stderr.write(
|
||||
"Warning: Required image %s: \"%s\" does not exist.\n" % (
|
||||
repr(c), repr(i)))
|
||||
if 1: #self.verbose:
|
||||
if self.verbose:
|
||||
sys.stderr.write("Warning: Looked at the following locations:\n")
|
||||
sys.stderr.write("\n".join(bases) + "\n")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue