Mark as TODO adding a helper for future refactoring

Co-authored-by: Didier Roche <didrocks@ubuntu.com>
This commit is contained in:
Jean-Baptiste Lallement 2021-09-03 09:44:51 +02:00
parent 2a36e30812
commit 3cdaf76153
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ def main():
from system_setup.client.client import SystemSetupClient
parser = make_client_args_parser()
args = sys.argv[1:]
# TODO: make that a common helper between subiquity and system_setup
if '--dry-run' in args:
opts, unknown = parser.parse_known_args(args)
if opts.socket is None: