macOS should now be considered a supported platform

This commit is contained in:
Jean-Paul Calderone 2019-01-23 10:44:00 -05:00
parent 720d2c67e6
commit 3a1dcb6bf6

View File

@ -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)