mirror of
https://github.com/powerline/powerline.git
synced 2025-07-14 17:35:00 +02:00
Merge commit '26ea5f0f0042dc59b6ca62888156885aba093f03' into develop
This commit is contained in:
commit
06a15ee999
@ -134,7 +134,7 @@ class INotify(object):
|
|||||||
eno = ctypes.get_errno()
|
eno = ctypes.get_errno()
|
||||||
extra = ''
|
extra = ''
|
||||||
if eno == errno.ENOSPC:
|
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))
|
raise OSError(eno, self.os.strerror(eno) + str(extra))
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user