mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-11 21:01:44 +00:00
macOS should now be considered a supported platform
This commit is contained in:
parent
720d2c67e6
commit
3a1dcb6bf6
@ -79,7 +79,7 @@ def _get_inotify_module():
|
||||
from allmydata.watchdog import inotify
|
||||
else:
|
||||
raise NotImplementedError("filesystem notification needed for Magic Folder is not supported.\n"
|
||||
"This currently requires Linux or Windows.")
|
||||
"This currently requires Linux, Windows, or macOS.")
|
||||
return inotify
|
||||
except (ImportError, AttributeError) as e:
|
||||
log.msg(e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user