diff --git a/python/MDSplus/tree.py b/python/MDSplus/tree.py index e4be25d9c2..79cd9892d3 100644 --- a/python/MDSplus/tree.py +++ b/python/MDSplus/tree.py @@ -500,7 +500,7 @@ def edit(self, shot=None): self.open('EDIT', shot) def normal(self, shot=None): - self.open('NORMAL') + self.open('NORMAL', shot) def open(self, mode='NORMAL', shot=None): if shot is not None: