forked from M-Labs/artiq
1
0
Fork 0

afws_client: cleanup

This commit is contained in:
Sébastien Bourdeauducq 2024-07-19 11:22:47 +08:00
parent ab1aeb136f
commit c9e571d7d7
1 changed files with 0 additions and 1 deletions

View File

@ -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