Merge commit '26ea5f0f0042dc59b6ca62888156885aba093f03' into develop
This commit is contained in:
commit
06a15ee999
|
@ -134,7 +134,7 @@ class INotify(object):
|
|||
eno = ctypes.get_errno()
|
||||
extra = ''
|
||||
if eno == errno.ENOSPC:
|
||||
extra = 'You may need to increase the inotify limits on your system, via /proc/sys/inotify/max_user_*'
|
||||
extra = 'You may need to increase the inotify limits on your system, via /proc/sys/fs/inotify/max_user_*'
|
||||
raise OSError(eno, self.os.strerror(eno) + str(extra))
|
||||
|
||||
def __del__(self):
|
||||
|
|
Loading…
Reference in New Issue