mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
Fix a type error.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
3a6a62c6d1
commit
2130eb4240
@ -963,7 +963,7 @@ class RealTest(MagicFolderTestMixin, unittest.TestCase):
|
||||
# Writing to the filesystem causes the notification.
|
||||
# However, flushing filesystem buffers may be necessary on Windows.
|
||||
if flush:
|
||||
fileutil.flush_volume(path)
|
||||
fileutil.flush_volume(path.path)
|
||||
|
||||
try:
|
||||
magic_folder.get_inotify_module()
|
||||
|
Loading…
x
Reference in New Issue
Block a user