summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--caribou/ui/window.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/caribou/ui/window.py b/caribou/ui/window.py
index d6739f1..153a280 100644
--- a/caribou/ui/window.py
+++ b/caribou/ui/window.py
@@ -222,6 +222,8 @@ class CaribouWindow(Gtk.Window, Clutter.Animatable, ProximityWindowBase):
if os.path.exists(xml_path):
return xml_path
+ raise Exception("Could not load keyboard %s" % conf_file_path)
+
def show_all(self):
Gtk.Window.show_all(self)