summaryrefslogtreecommitdiff
path: root/src/ngspiceSimulation
diff options
context:
space:
mode:
authorrahulp132020-02-14 17:21:28 +0530
committerrahulp132020-02-14 17:21:28 +0530
commitb173d88ac0059b67e60a042293b1e486c9620d8a (patch)
tree6d33534d5493ffda35afd1c7c26e50b5d2634367 /src/ngspiceSimulation
parentafa8ebe1e94c854383edd0ab205d1ae3ca869260 (diff)
downloadeSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.gz
eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.bz2
eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.zip
pep8 compliant
Diffstat (limited to 'src/ngspiceSimulation')
-rw-r--r--src/ngspiceSimulation/pythonPlotting.py8
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: