aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-08 21:01:54 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-08 21:01:54 +0200
commit285a1fdf19a631613dbd3b6f784ca206dc06e742 (patch)
treeefa3430a504e4ceacb133cf6a34f3ad0d5d4348f
parent417b1529cb83f3ff078b0cbb7509d1efd4d565ec (diff)
downloadrefcat-285a1fdf19a631613dbd3b6f784ca206dc06e742.tar.gz
refcat-285a1fdf19a631613dbd3b6f784ca206dc06e742.zip
fix typo
-rw-r--r--python/refcat/cli.py2
1 files changed, 1 insertions, 1 deletions
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: