There was an error while loading. Please reload this page.
1 parent 4bb8e07 commit 227f425Copy full SHA for 227f425
1 file changed
concatenator/run_stitchee.py
@@ -97,7 +97,7 @@ def parse_args(args: list) -> argparse.Namespace:
97
98
def validate_parsed_args(
99
parsed: argparse.Namespace,
100
-) -> tuple[list[str], str, str, bool, str, dict, bool, str]:
+) -> tuple[list[str], str, str, str, dict, str]:
101
"""Perform preliminary validation of the parsed arguments and return them as a tuple."""
102
if parsed.verbose:
103
logging.basicConfig(level=logging.DEBUG)
0 commit comments