From a5f8bdf7fce4cbcbdc3fabd4478c3390aa7d355d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 17 Apr 2014 18:00:15 +0200 Subject: [PATCH] Add validation FIXME --- qutebrowser/config/conftypes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qutebrowser/config/conftypes.py b/qutebrowser/config/conftypes.py index a1f31fd08..d15d0d0d4 100644 --- a/qutebrowser/config/conftypes.py +++ b/qutebrowser/config/conftypes.py @@ -20,6 +20,9 @@ from PyQt5.QtGui import QColor +# FIXME uninterpolated values get validated + + class ValidationError(ValueError): """Exception raised when a value for a config type was invalid."""