From f548e60e308f570b873301e804f352689af71fe0 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Mon, 25 Sep 2023 17:28:58 +0200 Subject: [PATCH] fix typo in Agent.py --- src/core/pyros_django/majordome/agent/Agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/pyros_django/majordome/agent/Agent.py b/src/core/pyros_django/majordome/agent/Agent.py index c26c281..f9cc027 100755 --- a/src/core/pyros_django/majordome/agent/Agent.py +++ b/src/core/pyros_django/majordome/agent/Agent.py @@ -3474,7 +3474,7 @@ class Agent: self._oc['config'].fn.rootdir = os.path.abspath(self._oc['config'].fn.rootdir.replace("/PRODUCTS/","/PRODUCTS/TESTS/")) os.makedirs(self._oc['config'].fn.rootdir, exist_ok=True) if loginfo: - log.info(self._oc['config'].fn.fcontext_human()) + log.info(self._oc['config'].fn.fcontexts_human()) -- libgit2 0.21.2