From 5628ec9b1a2dc329c4d144c694f379ef5c055531 Mon Sep 17 00:00:00 2001 From: yo mama Date: Sun, 13 Sep 2015 23:42:58 -0700 Subject: ok cleaning up the last few modules --- Params/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Params/__init__.py') diff --git a/Params/__init__.py b/Params/__init__.py index 2c94460..dc8fbfa 100644 --- a/Params/__init__.py +++ b/Params/__init__.py @@ -66,6 +66,8 @@ class Params(object): elif value_type == "enum": if value not in enum_values: raise ValueError + elif value_type == "json": + pass self.__setattr__(key, value) except Exception as e: self.err_warn("key: %s value: %s" % (key, value), error=str(e)) -- cgit v1.2.3-70-g09d2