Skip to content

Commit

Permalink
Removed outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Jan 11, 2024
1 parent f29879e commit 2b12bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mslice/util/mantid/algorithm_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ def remove_from_ads(workspacename):
if AnalysisDataService.Instance().doesExist(workspacename):
AnalysisDataService.Instance().remove(workspacename)
# Remove hidden workspaces from ADS
workspacename = WorkspaceNameHandler(workspacename).get_name(mslice_signature=True, hide_from_ADS=True) # '__MSL' + workspacename
workspacename = WorkspaceNameHandler(workspacename).get_name(mslice_signature=True, hide_from_ADS=True)
if AnalysisDataService.Instance().doesExist(workspacename):
AnalysisDataService.Instance().remove(workspacename)

0 comments on commit 2b12bdc

Please sign in to comment.