Fixed typo in Arch_Schedule

Typo
This commit is contained in:
Roy-043
2021-01-22 20:17:47 +01:00
committed by GitHub
parent 24d26a0929
commit a78ef319c6

View File

@@ -220,7 +220,7 @@ class _ArchSchedule:
prop = args[0].upper()
fval = args[1].upper()
if prop == "TYPE":
prop == "IFCTYPE"
prop = "IFCTYPE"
if inv:
if prop in props:
csprop = o.PropertiesList[props.index(prop)]