Skip to content

Commit

Permalink
e is undefined. remvoved.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Mar 3, 2014
1 parent 04c3527 commit ce17630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Expand Up @@ -58,7 +58,7 @@ def config_load():
except Exception, e:
raise IOError('Unable to open config.private.json\n%s' % e)
else:
warnings.warn('No config.private.json file!\n%s' % e)
warnings.warn('No config.private.json file!\n')
config_private = {}

_clean_empty(config)
Expand Down

0 comments on commit ce17630

Please sign in to comment.