script runs with out issues on gui but on cli has errors #13750
lasag-2511
started this conversation in
General
Replies: 1 comment
-
That's not how you run scripts with "runscript". The argument has to be "module.scriptclass", not "filename.py" Here is a working example:
In this case, the script is in
If you were able to run your script through the GUI, then you should be able to locate the filename where it is stored and the classname you want to run. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions