From 285a1fdf19a631613dbd3b6f784ca206dc06e742 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 8 Jun 2021 21:01:54 +0200 Subject: fix typo --- python/refcat/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/refcat/cli.py b/python/refcat/cli.py index db6eb62..2b90c61 100644 --- a/python/refcat/cli.py +++ b/python/refcat/cli.py @@ -247,7 +247,7 @@ def main(): print(columnize(names)) sys.exit(0) - # If we found not subcommand, assume task name. + # If we found no subcommand, assume task name. try: luigi.run(local_scheduler=True) # XXX: add logging_conf_file except MissingParameterException as err: -- cgit v1.2.3