Skip to content

Commit

Permalink
Ignore whitespaces when defining the helpers to be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 17, 2014
1 parent 0d09a6e commit 88d37cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vpoller/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def load_helpers(self):
return

for helper in self.config.get('helpers'):
helper = helper.strip()
logging.info('Loading helper module %s', helper)
try:
module = importlib.import_module(helper)
Expand Down

0 comments on commit 88d37cf

Please sign in to comment.