mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Fix a type error.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
0e19636146
commit
a6842946ca
@ -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…
Reference in New Issue
Block a user