branch | stable |
changeset 7815 | 2a164a9cf81c |
parent 7779 | 3826d8480a68 |
child 7879 | 9aae456abab5 |
--- a/server/sources/__init__.py Tue Sep 20 15:14:04 2011 +0200 +++ b/server/sources/__init__.py Wed Sep 21 17:38:00 2011 +0200 @@ -177,7 +177,7 @@ # cw < 3.10 bw compat try: processed['adapter'] = confdict['adapter'] - except: + except KeyError: pass # check for unknown options if confdict and not confdict.keys() == ['adapter']: