mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Fix error message when inotify limits were hit
This commit is contained in:
parent
03195cf93f
commit
26ea5f0f00
@ -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…
x
Reference in New Issue
Block a user