diff --git a/archetypal/idfclass/idf.py b/archetypal/idfclass/idf.py index 5963227d..91ddbfb1 100644 --- a/archetypal/idfclass/idf.py +++ b/archetypal/idfclass/idf.py @@ -2123,7 +2123,7 @@ def anidfobject(self, key: str, aname: str = "", **kwargs) -> EpBunch: namebunch(abunch, aname) for k, v in kwargs.items(): try: - abunch[k] = v + abunch[k] = "" if v is None else v except BadEPFieldError as e: # Backwards compatibility if str(e) == "unknown field Key_Name":