aboutsummaryrefslogtreecommitdiff
path: root/update.py
diff options
context:
space:
mode:
author1F335 <alexhayden25@gmail.com>2020-01-06 21:03:55 +0000
committer1F335 <alexhayden25@gmail.com>2020-01-06 21:03:55 +0000
commit98affe9624f4a7e6557f9345b268cf1dcd64c099 (patch)
tree44c993b892176e3e37cee476e48d88532f432c9e /update.py
parent13366f64296b5e34508d8dfd85508244ab0e7612 (diff)
parent8630566195400d1b43080bf6271209709323f334 (diff)
downloadmodpackman-98affe9624f4a7e6557f9345b268cf1dcd64c099.tar.gz
modpackman-98affe9624f4a7e6557f9345b268cf1dcd64c099.zip
Merge branch 'JEFFREY-2' into 'JEFFREY-2'
Correct URLS, sys.exit See merge request 1F335/modpackman!10
Diffstat (limited to 'update.py')
-rwxr-xr-xupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.py b/update.py
index a7d3ab2..4f3f1ab 100755
--- a/update.py
+++ b/update.py
@@ -174,7 +174,7 @@ def firefox():
from selenium.webdriver import Firefox
except:
print("Applying updates requires the `selenium` package")
- os.exit(0)
+ sys.exit(0)
return Firefox()
COMMAND_MAP = {