diff options
-rw-r--r-- | combox/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/combox/config.py b/combox/config.py index 1458b95..d370a44 100644 --- a/combox/config.py +++ b/combox/config.py @@ -162,6 +162,7 @@ def get_nodedirs(config): :returns: Paths of node directories as a list. :rtype: list + """ nodes = [] |