Skip to content

Commit ccaee47

Browse files
committed
Add comments to SetPropertyValues method for clarity on processing settings
1 parent b25f52f commit ccaee47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/iop/cls/IOP/Common.cls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Method OnTearDown() As %Status
171171

172172
Method SetPropertyValues()
173173
{
174+
// First process the %settings property
174175
set remoteSettings = $tr(..%settings,$c(13))
175176
for i=1:1:$l(remoteSettings,$c(10)) {
176177
set oneLine = $p(remoteSettings,$c(10),i)
@@ -182,6 +183,7 @@ Method SetPropertyValues()
182183
$$$LOGWARNING(ex.DisplayString())
183184
}
184185
}
186+
185187
// Now process the Python Attributes Settings
186188
// First list all the properties of the current class
187189
set class = $CLASSNAME()

0 commit comments

Comments
 (0)