From f33d651bb76782acd356c0d2e0e3f1c708dee435 Mon Sep 17 00:00:00 2001 From: BinamB Date: Tue, 4 Feb 2025 14:30:58 -0600 Subject: [PATCH] undo nargs --- files/scripts/workspaces_launch_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/scripts/workspaces_launch_test.py b/files/scripts/workspaces_launch_test.py index d84066d76..abefcb441 100644 --- a/files/scripts/workspaces_launch_test.py +++ b/files/scripts/workspaces_launch_test.py @@ -35,7 +35,6 @@ def parse_args(): parser.add_argument( "--images", dest="images", - nargs="*", help="Type of image to launch for testing." )