File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def setupModel(model, edit_script=False):
140
140
node .attrib ['command' ] = script
141
141
cplugin = os .path .join (FUNZ_HOME ,"plugins" ,"calc" ,model + ".cplugin.jar" )
142
142
if os .path .isfile (cplugin ):
143
- node .attrib ['cplugin' ] = "file:/" + cplugin
143
+ node .attrib ['cplugin' ] = "file:// " + cplugin
144
144
list (calculator_xml .getroot ())[i ] = node
145
145
break
146
146
# Add this CODE if not yet found
@@ -151,7 +151,7 @@ def setupModel(model, edit_script=False):
151
151
command = script )
152
152
cplugin = os .path .join (FUNZ_HOME ,"plugins" ,"calc" ,model + ".cplugin.jar" )
153
153
if os .path .isfile (cplugin ):
154
- node .attrib ['cplugin' ] = "file:/" + cplugin
154
+ node .attrib ['cplugin' ] = "file:// " + cplugin
155
155
list (calculator_xml .getroot ()).append (node )
156
156
157
157
with open (os .path .join (FUNZ_HOME ,"calculator.xml" ), "wb" ) as f :
You can’t perform that action at this time.
0 commit comments