diff options
Diffstat (limited to 'src/ngspiceSimulation/pythonPlotting.py')
-rw-r--r-- | src/ngspiceSimulation/pythonPlotting.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ngspiceSimulation/pythonPlotting.py b/src/ngspiceSimulation/pythonPlotting.py index e19b49de..4a32f658 100644 --- a/src/ngspiceSimulation/pythonPlotting.py +++ b/src/ngspiceSimulation/pythonPlotting.py @@ -283,11 +283,13 @@ class plotWindow(QtGui.QMainWindow): if a[i] == len(self.obj_dataext.NBList): QtGui.QMessageBox.about( - self, "Warning!!", "One of the operands doesn't belong " - "to the above list!!") + self, "Warning!!", "One of the operands doesn't belong " + + "to the above list!!" + ) self.warnning.setText( "<font color='red'>To Err Is Human!<br>One of the " + - "operands doesn't belong to the above list!!</font>") + "operands doesn't belong to the above list!!</font>" + ) if self.parts[1] == 'vs': if len(self.parts) > 3: |