From 41156d0f79337ae2c46ab9f880eeecc07c8eaf92 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Wed, 7 Dec 2022 16:53:57 +0100 Subject: [PATCH] Fix include option in the check grammars script Clap 3.2 uses a single string for many argument's values --- check-grammar-crate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-grammar-crate.py b/check-grammar-crate.py index 2a467ca84..cfba9c104 100755 --- a/check-grammar-crate.py +++ b/check-grammar-crate.py @@ -89,7 +89,7 @@ def run_rca( "--output-format=json", "--pr", "-I", - *include_grammars, + ",".join(include_grammars), "-p", repo_dir, "-o",