Open
Description
Was receiving the following error here:
workspace_handle = current_workspace.split("/")[-1]
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Workspace' object has no attribute 'split'
I had to change this to current_workspace.handle.split("/")[-1]
in order for this to work correctly.
Metadata
Assignees
Labels
No labels