mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:35:46 +02:00
...
This commit is contained in:
parent
8d42959301
commit
104816e462
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@
|
|||
try:
|
||||
_windows_null_file = open(os.devnull, 'wb')
|
||||
except:
|
||||
raise RuntimeError('NUL %r file missing in windows'%os.devnull)
|
||||
raise RuntimeError('NUL file missing in windows. This indicates a'
|
||||
' corrupted windows. You should contact Microsoft'
|
||||
' for assistance.')
|
||||
|
||||
def renice(niceness):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue