Oleksandr Manakov
Is it possible to import functions from workspace scripts inside Background runnables?
One (probably stupid) question - is it possible to import functions from workspace scripts inside Background runnables?
The same import works in other workspace script, but results an error when added to background runnable:
The import is as simple as:
from .temp import main as mmm
.
Both app and script are within the same user.7 replies