Missclear.print: pretend to be print() even harder

This commit is contained in:
snow flurry 2020-10-13 13:23:38 -07:00
parent 42a276dc17
commit fb2e605a1f

View file

@ -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)