Commit f548e60e308f570b873301e804f352689af71fe0

Authored by Alexis Koralewski
1 parent acc4595e
Exists in dev

fix typo in Agent.py

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/core/pyros_django/majordome/agent/Agent.py
... ... @@ -3474,7 +3474,7 @@ class Agent:
3474 3474 self._oc['config'].fn.rootdir = os.path.abspath(self._oc['config'].fn.rootdir.replace("/PRODUCTS/","/PRODUCTS/TESTS/"))
3475 3475 os.makedirs(self._oc['config'].fn.rootdir, exist_ok=True)
3476 3476 if loginfo:
3477   - log.info(self._oc['config'].fn.fcontext_human())
  3477 + log.info(self._oc['config'].fn.fcontexts_human())
3478 3478  
3479 3479  
3480 3480  
... ...