mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Merge pull request #1445 from clinton-hall/fix/exit
Fix typo in sys.exit
This commit is contained in:
commit
d4372ffa60
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ try:
|
||||||
import win32event
|
import win32event
|
||||||
except ImportError:
|
except ImportError:
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
sys.ext('Please install pywin32')
|
sys.exit('Please install pywin32')
|
||||||
|
|
||||||
APP_ROOT = libs.util.module_path(parent=True)
|
APP_ROOT = libs.util.module_path(parent=True)
|
||||||
SOURCE_ROOT = libs.util.module_path()
|
SOURCE_ROOT = libs.util.module_path()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue