Skip to content

Commit 4077a96

Browse files
authored
Add files via upload
1 parent bc0391e commit 4077a96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/rheelDM/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def deserialize(self, value_str: str, typ: type):
9696
"date": date,
9797
"time": time,
9898
"Path": Path,
99+
"NoneType": type(None),
99100
}
100101

101102

@@ -449,5 +450,4 @@ def from_dict(cls, data: dict) -> Obj:
449450
section = obj.section(section_name)
450451
for key, (typ, value) in items.items():
451452
section.set(key, typ, value)
452-
453-
return obj
453+
return obj

0 commit comments

Comments
 (0)