Skip to content

Commit

Permalink
Removed artifact comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Nov 9, 2023
1 parent 0f687d3 commit a6b9d1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mslice/workspace/helperfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def attribute_to_log(attrdict, raw_ws, append=False):

def delete_workspace(workspace, ws):
try:
# if hasattr(workspace, str(ws)) and ws is not None and ws.name().endswith('_HIDDEN'):
if hasattr(workspace, str(ws)) and ws is not None and WorkspaceNameHandler(ws.name()).isHiddenFromMsl():
DeleteWorkspace(ws)
ws = None
Expand Down

0 comments on commit a6b9d1b

Please sign in to comment.