Missclear.print: pretend to be print() even harder
This commit is contained in:
parent
42a276dc17
commit
fb2e605a1f
|
@ -111,7 +111,7 @@ class Missclear(object):
|
|||
|
||||
return False
|
||||
|
||||
def print(self, fmt):
|
||||
def print(self, fmt, file=None):
|
||||
"""Extension of print() to provide quiet support"""
|
||||
if not self.quiet:
|
||||
print(fmt)
|
||||
|
|
Loading…
Reference in a new issue