Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alq666 committed Jul 20, 2012
1 parent 531d312 commit 2b7d6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run(self, agentConfig=None, run_forever=True):

emitters = [http_emitter]
for emitter_spec in [s.strip() for s in agentConfig.get('custom_emitters', '').split(',')]:
if len(s) == 0: continue
if len(emitter_spec) == 0: continue
emitters.append(modules.load(emitter_spec, 'emitter'))

checkFreq = int(agentConfig['checkFreq'])
Expand Down

0 comments on commit 2b7d6ea

Please sign in to comment.