You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Ignore accessing indicator properties. Useful for instance when adding indicators of different types
96
97
# to a list and then iterating over them, the common type will be IIndicatorWarmUpPeriodProvider
97
-
indicator_attributes_match=re.search(r'error: "IIndicatorWarmUpPeriodProvider" has no attribute "([^"]+)"', line)
98
+
indicator_attributes_match=re.search(r'error: "IIndicatorWarmUpPeriodProvider" has no attribute "([^"]+)"', line)orre.search(r'error: "Iterable\[IndicatorDataPoint\]" has no attribute "([^"]+)"', line)
0 commit comments