We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40db7b9 commit 8c32d1cCopy full SHA for 8c32d1c
1 file changed
psychopy/app/builder/components/image/__init__.py
@@ -163,5 +163,3 @@ def writeInitCodeJS(self, buff):
163
"});\n" % (depth)
164
)
165
buff.writeIndentedLines(code)
166
- buff.writeIndentedLines(
167
- "{inits[name]}.units = {inits[units]};".format(inits=inits))
0 commit comments