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
I get the following added in an older version compared to the current version: C:\\Instrument\\Apps\\client_4.3\\Client_5.2.2\\plugins\\uk.ac.stfc.isis.ibex.opis_1.0.0.3\\resources\\HV\\Script
Not sure what you mean by "loaded via a pure path".
Still, if you think your line 62 suggestion fixed it, try that and create a pull request.
I'm currently unable to build CSS with the ongoing JDK 8->9+ move, so cannot test.
I get the following error when loading an opi in BOY:
The issue appears to be that the OPI directory is no longer being added to the sys path on the start of the OPI. If I add to my script
I get the following added in an older version compared to the current version:
C:\\Instrument\\Apps\\client_4.3\\Client_5.2.2\\plugins\\uk.ac.stfc.isis.ibex.opis_1.0.0.3\\resources\\HV\\Script
This has happened since we switched to using css studio with jython 2.7.1. I believe that the problem is at https://github.com/ControlSystemStudio/cs-studio/blame/master/applications/opibuilder/opibuilder-plugins/org.csstudio.opibuilder/src/org/csstudio/opibuilder/script/JythonScriptStore.java#L62.
which now uses the line:
jython/frozen-mirror@c7a3eba
I am not sure whether this is a problem in CSS Studio or Jython hence why I am adding this here.
I already have the patch #2541. This is not working because the OPI is loaded via a pure path. I think that the code on ln62 needed might be:
The text was updated successfully, but these errors were encountered: