From a69ced4d1229d3bf85ec234e56bc19378ccb9b7a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 4 Jun 2021 23:33:32 +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 5d133d5..892ad87 100644 --- a/python/refcat/cli.py +++ b/python/refcat/cli.py @@ -236,7 +236,7 @@ def main(): print("SETTINGS {}".format(settings.settings_file)) print("BASE {}".format(settings.BASE)) print("TMPDIR {}".format(settings.TMPDIR)) - print("SHIV_ROOT {}".format(os.environ.get("SHIV_ROOT")) + print("SHIV_ROOT {}".format(os.environ.get("SHIV_ROOT"))) print() names = [ name for name in sorted(Register.task_names()) if name not in suppress_task_names and not name.islower() -- cgit v1.2.3