This commit is contained in:
ed
2021-03-07 19:25:24 +01:00
parent 8a68a96c57
commit 0850b8ae2b
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ class TestVFS(unittest.TestCase):
finally:
return ret
def log(self, src, msg):
def log(self, src, msg, c=0):
pass
def test(self):