Skip to content

Commit 2e7242e

Browse files
committed
fix failing test file
1 parent 159b14c commit 2e7242e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/applications/workbench/workbench/plotting/figureinteraction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def _change_plot_normalization(self, ax):
861861
raise RuntimeError("No spectrum number associated with plot of " "workspace '{}'".format(workspace.name()))
862862

863863
arg_set_copy = copy(arg_set)
864-
for key in ["function", "workspaces", "autoscale_on_update", "norm"]:
864+
for key in ["function", "workspaces", "autoscale_on_update", "norm", "argType"]:
865865
try:
866866
del arg_set_copy[key]
867867
except KeyError:

0 commit comments

Comments
 (0)