From c53289026c9cf85b9d674609bdcdfaad83187bbb Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 22 Jul 2021 01:40:26 +0200 Subject: cli: show full path --- python/refcat/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/cli.py b/python/refcat/cli.py index 2ab245c..c96b69c 100644 --- a/python/refcat/cli.py +++ b/python/refcat/cli.py @@ -244,7 +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("TAG {}".format(os.path.join(settings.BASE, 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