From c9e571d7d7fd64776e6179d1e8573aa8128d5c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Fri, 19 Jul 2024 11:22:47 +0800 Subject: [PATCH] afws_client: cleanup --- artiq/frontend/afws_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/frontend/afws_client.py b/artiq/frontend/afws_client.py index 4586ad4c4..4b35486e2 100755 --- a/artiq/frontend/afws_client.py +++ b/artiq/frontend/afws_client.py @@ -183,7 +183,6 @@ def get_argparser(): act_get_json.add_argument("variant", nargs="?", default=None, help="variant to get (can be omitted if user is authorised to build only one)") act_get_json.add_argument("-o", "--out", default=None, help="output JSON file") act_get_json.add_argument("-f", "--force", action="store_true", help="overwrite file if it already exists") - args = parser.parse_args() return parser