diff options
author | rahulp13 | 2020-02-14 17:21:28 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-14 17:21:28 +0530 |
commit | b173d88ac0059b67e60a042293b1e486c9620d8a (patch) | |
tree | 6d33534d5493ffda35afd1c7c26e50b5d2634367 /src/ngspiceSimulation | |
parent | afa8ebe1e94c854383edd0ab205d1ae3ca869260 (diff) | |
download | eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.gz eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.bz2 eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.zip |
pep8 compliant
Diffstat (limited to 'src/ngspiceSimulation')
-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: |