From 60073da0492ec1777dd604638a1190ad55f8a60d Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 22 Oct 2019 10:49:07 +0200 Subject: [PATCH] Update validate.py --- src/ifcopenshell-python/ifcopenshell/validate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/validate.py b/src/ifcopenshell-python/ifcopenshell/validate.py index 22e0346eb6..4e1ed8e864 100644 --- a/src/ifcopenshell-python/ifcopenshell/validate.py +++ b/src/ifcopenshell-python/ifcopenshell/validate.py @@ -14,6 +14,7 @@ attribute = ifcopenshell.ifcopenshell_wrapper.attribute class ValidationError(Exception): pass simple_type_python_mapping = { + # @todo should include unicode for Python2 "string": str, "integer": int, "real": float,