Skip to content

Commit

Permalink
Do not output temperature workspace when no temperatures
Browse files Browse the repository at this point in the history
Refs #11464
  • Loading branch information
DanNixon committed Apr 1, 2015
1 parent d2a7f2f commit 8f90517
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -150,6 +150,9 @@ def PyExec(self):
temp = self._get_temperature(input_ws)
if temp is not None:
temperatures.append(temp)
else:
# No need to output a tmperature workspace if there are no temperatures
self._elt_workspace = ''

logger.information('Creating Q and Q^2 workspaces')

Expand Down

0 comments on commit 8f90517

Please sign in to comment.