mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-19 06:02:54 -04:00
Avoid init.py crash due to options being None
This commit is contained in:
@@ -45,6 +45,7 @@ def main():
|
||||
# Parse command line...
|
||||
global options
|
||||
parser = OptionParser()
|
||||
(options, args) = parser.parse_args()
|
||||
|
||||
# find root install prefix
|
||||
tmp = os.path.dirname(sys.argv[0])
|
||||
|
||||
Reference in New Issue
Block a user