From 7b13ffd9f3484b7336069859ae21611e5276d60c Mon Sep 17 00:00:00 2001 From: architeuthidae Date: Fri, 19 Jul 2024 10:34:53 +0800 Subject: [PATCH] doc: Fix Sphinx error in AFWS argparser --- 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 7778d4f66..540abc15e 100755 --- a/artiq/frontend/afws_client.py +++ b/artiq/frontend/afws_client.py @@ -189,7 +189,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