mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 18:56:41 +00:00
test_system: make log() tolerate the format= form
This commit is contained in:
parent
af2231563e
commit
918b0543b9
@ -770,9 +770,9 @@ class SystemTest(SystemTestMixin, unittest.TestCase):
|
||||
d.addCallback(lambda subdir2: subdir2.add_file(u"mydata992", ut))
|
||||
return d
|
||||
|
||||
def log(self, res, msg, **kwargs):
|
||||
# print "MSG: %s RES: %s" % (msg, res)
|
||||
log.msg(msg, **kwargs)
|
||||
def log(self, res, *args, **kwargs):
|
||||
# print "MSG: %s RES: %s" % (msg, args)
|
||||
log.msg(*args, **kwargs)
|
||||
return res
|
||||
|
||||
def _do_publish_private(self, res):
|
||||
|
Loading…
Reference in New Issue
Block a user