Skip to content

Commit

Permalink
Disable logging of delete workspace coperations
Browse files Browse the repository at this point in the history
Refs #18843
  • Loading branch information
martyngigg committed Feb 15, 2017
1 parent 60a878c commit 540f561
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -402,7 +402,7 @@ def _exec_single_foil_state_mode(self):
if self._sumspectra:
self._sum_all_spectra()

ms.DeleteWorkspace(Workspace=SUMMED_WS)
ms.DeleteWorkspace(Workspace=SUMMED_WS, EnableLogging=_LOGGING_)
self._store_results()
self._cleanup_raw()

Expand Down

0 comments on commit 540f561

Please sign in to comment.