We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25f52f commit ccaee47Copy full SHA for ccaee47
src/iop/cls/IOP/Common.cls
@@ -171,6 +171,7 @@ Method OnTearDown() As %Status
171
172
Method SetPropertyValues()
173
{
174
+ // First process the %settings property
175
set remoteSettings = $tr(..%settings,$c(13))
176
for i=1:1:$l(remoteSettings,$c(10)) {
177
set oneLine = $p(remoteSettings,$c(10),i)
@@ -182,6 +183,7 @@ Method SetPropertyValues()
182
183
$$$LOGWARNING(ex.DisplayString())
184
}
185
186
+
187
// Now process the Python Attributes Settings
188
// First list all the properties of the current class
189
set class = $CLASSNAME()
0 commit comments