diff --git a/formation/handlers/misc.py b/formation/handlers/misc.py index 92520da..6702e38 100644 --- a/formation/handlers/misc.py +++ b/formation/handlers/misc.py @@ -19,7 +19,7 @@ def handle(cls, widget, config, **kwargs): return for prop in properties: # find the variable which will be preloaded on the builder - handle_method(**{prop: getattr(builder, properties[prop], '')}) + handle_method(**{prop: getattr(builder, str(properties[prop]), '')}) _common_redirect = {