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
Currently, the scripts are being imported using the workspace directive in the paths like:
include('workspace://Python4Capella/....')
This forces the module to be in the workspace, which may not be convenient for all users. It would be beneficial if the library could use relative paths instead, providing more flexibility in project organization.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Currently, the scripts are being imported using the workspace directive in the paths like:
include('workspace://Python4Capella/....')
This forces the module to be in the workspace, which may not be convenient for all users. It would be beneficial if the library could use relative paths instead, providing more flexibility in project organization.
Thanks in advance
The text was updated successfully, but these errors were encountered: