mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8d42959301
commit
104816e462
@ -18,7 +18,9 @@ if iswindows:
|
||||
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…
x
Reference in New Issue
Block a user