Merge pull request #4303 from Roy-043/Arch_Schedule_Typo_Fix

[Arch] Fixed typo in Arch_Schedule
This commit is contained in:
Yorik van Havre
2021-01-25 13:20:02 +01:00
committed by GitHub

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)]