From ac4680e60929cc0210e367d6b48f36614705986b Mon Sep 17 00:00:00 2001 From: asarfaty Date: Sun, 21 Jun 2020 10:22:01 +0200 Subject: [PATCH] Fix default args in nsxadmin Commit I0c75f0a616d8016a840611edab1e3b3edb53c4ad removed the selected -r / -o by mistake Change-Id: I2b017e3642f07908086a46baf9fe1c6cc8544fb1 --- vmware_nsx/shell/nsxadmin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vmware_nsx/shell/nsxadmin.py b/vmware_nsx/shell/nsxadmin.py index 0ca87b4af1..6fd575c3ba 100644 --- a/vmware_nsx/shell/nsxadmin.py +++ b/vmware_nsx/shell/nsxadmin.py @@ -62,7 +62,6 @@ def _init_cfg(): config_args = sys.argv[1:] if '--config-file' not in config_args: # Add default config files - config_args = [] for file in default_config_files: config_args.extend(['--config-file', file])