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
{{ message }}
This repository was archived by the owner on Nov 23, 2023. It is now read-only.
java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:78)
at java.io.InputStreamReader.<init>(InputStreamReader.java:72)
at nl.esciencecenter.e3dchem.python.PythonWrapperNodeModel.getPythonCode(PythonWrapperNodeModel.java:127)
In the getPythonCode() method check if Python script file can be read, if not throw a IOException.
Instead of
In the getPythonCode() method check if Python script file can be read, if not throw a IOException.