Add validation FIXME

This commit is contained in:
Florian Bruhin 2014-04-17 18:00:15 +02:00
parent 1282a211cf
commit a5f8bdf7fc

View File

@ -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."""