Blob Blame History Raw
diff -up childsplay-0.90/childsplay.py~ childsplay-0.90/childsplay.py
--- childsplay-0.90/childsplay.py~	2007-08-26 09:12:46.000000000 +0200
+++ childsplay-0.90/childsplay.py	2007-08-26 09:12:46.000000000 +0200
@@ -195,7 +195,7 @@ def set_globalrc(dic):
                 
         exc = sys.exc_info()[0]
         print exc
-        if exc is exceptions.KeyError:
+        if exc is exceptions.KeyError or exc is exceptions.ValueError:
             replace_rcfile()
         rcdic = rcdic_defaults
         set_globalrc(rcdic) # read again