From 2d9606777f24078b86d9e2e25efe0181b3e8c51c Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 29 Nov 2019 15:09:54 +0100 Subject: Forgot to setup args --- archinstall.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archinstall.py b/archinstall.py index 5ce575c0..d5ff48a9 100644 --- a/archinstall.py +++ b/archinstall.py @@ -28,6 +28,7 @@ harddrives = oDict() commandlog = [] worker_history = oDict() instructions = oDict() +args = {} import logging from systemd.journal import JournalHandler @@ -1122,7 +1123,7 @@ if __name__ == '__main__': ## Setup some defaults # (in case no command-line parameters or netdeploy-params were given) - args = setup_args_defaults() + args = setup_args_defaults(args) positionals = [] for arg in sys.argv[1:]: if '--' == arg[:2]: -- cgit v1.2.3-54-g00ecf