From 23b3ef2835a7875d429097a46343693b9de4cc17 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 22 Jul 2021 01:38:59 +0200 Subject: cli: display TAG directory --- python/refcat/cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/refcat/cli.py b/python/refcat/cli.py index 534eee6..2ab245c 100644 --- a/python/refcat/cli.py +++ b/python/refcat/cli.py @@ -244,6 +244,7 @@ def main(): print("VERSION {}".format(__version__)) print("SETTINGS {}".format(settings.settings_file)) print("BASE {}".format(settings.BASE)) + print("TAG {}".format(Refcat.TAG)) print("TMPDIR {}".format(settings.TMPDIR)) print("SHIV_ROOT {}".format(os.environ.get("SHIV_ROOT") or shiv_root_default)) print() -- cgit v1.2.3