diff --git a/scripts/openmc-plot-mesh-tally b/scripts/openmc-plot-mesh-tally index 6716b6609..fad2df418 100755 --- a/scripts/openmc-plot-mesh-tally +++ b/scripts/openmc-plot-mesh-tally @@ -26,7 +26,7 @@ _COMBOBOX_SELECTED = '<>' class MeshPlotter(tk.Frame): def __init__(self, parent, filename): - super().__init__(self, parent) + super().__init__(parent) self.labels = { 'Cell': 'Cell:',