mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
fbccb944d7
commit
61c7035c3f
2
setup.py
2
setup.py
@ -485,7 +485,7 @@ if os.access('/etc/udev/rules.d', os.W_OK):
|
||||
print 'success'
|
||||
except:
|
||||
try:
|
||||
check_call('/etc/init.d/udev reload, shell=True')
|
||||
check_call('/etc/init.d/udev reload', shell=True)
|
||||
print 'success'
|
||||
except:
|
||||
print >>sys.stderr, "Couldn't reload udev, you may have to reboot"
|
||||
|
Loading…
x
Reference in New Issue
Block a user