diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-07 18:44:45 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-07 18:44:45 -0500 |
commit | d9f954692392ad9c2462b06e95e5f10aa92922e8 (patch) | |
tree | 03b115bf5fc1aa54c76df7b6a16735f0678f2e5d | |
parent | 805fe6971c3d61900c573cf69bd93c43cec0d04f (diff) |
Whitespace fix in combox.config.
-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 = [] |