mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Merge pull request #37 from petterreinholdtsen/handle-no-argument
Add missing return statement to parse_arguments().
This commit is contained in:
commit
510dc822a9
@ -97,6 +97,7 @@ def parse_arguments():
|
|||||||
cfg.pidfile = "plinth.pid"
|
cfg.pidfile = "plinth.pid"
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
cfg.pidfile = "plinth.pid"
|
cfg.pidfile = "plinth.pid"
|
||||||
|
return args
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
args = parse_arguments()
|
args = parse_arguments()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user