From 4c42daf1d4c2551b8d3e41f7bd6b90482900dad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 18 Aug 2015 15:52:28 +0200 Subject: Fix wrong exception excepted in configurations script --- scripts/configurations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/configurations.py') diff --git a/scripts/configurations.py b/scripts/configurations.py index f7f1694..428e214 100644 --- a/scripts/configurations.py +++ b/scripts/configurations.py @@ -129,7 +129,7 @@ def __calchash__(con): try: if con[c]: cstr += c - except ValueError: + except KeyError: pass # Add missing -- cgit v1.2.3