Browse Source

Revert "added TypeError category to existing exception"

This reverts commit 86da219fb9.
283
thomasv 12 years ago
parent
commit
50064d20fd
  1. 2
      lib/simple_config.py

2
lib/simple_config.py

@ -88,7 +88,7 @@ a SimpleConfig instance then reads the wallet file.
import ast
try:
out = ast.literal_eval(out)
except TypeError:
except:
print "type error, using default value"
out = default

Loading…
Cancel
Save