mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 06:55:34 +01:00
oops
This commit is contained in:
parent
fbccb944d7
commit
61c7035c3f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -485,7 +485,7 @@ def opts_and_exts(name, op, exts):
|
|||
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…
Reference in a new issue