summaryrefslogtreecommitdiff
path: root/src/ngspicetoModelica
diff options
context:
space:
mode:
authornilshah982019-06-07 19:25:00 +0530
committernilshah982019-06-13 16:11:14 +0530
commit8d628dc33e1190dd1f8827bbd26f998d31d0827a (patch)
tree4e4b7875a125b9e209b6ef09336a30a6470add11 /src/ngspicetoModelica
parent89c637c341a281d31ccd63be65a3504d6db79882 (diff)
downloadeSim-8d628dc33e1190dd1f8827bbd26f998d31d0827a.tar.gz
eSim-8d628dc33e1190dd1f8827bbd26f998d31d0827a.tar.bz2
eSim-8d628dc33e1190dd1f8827bbd26f998d31d0827a.zip
projectExplorer made pep8 compliant
Diffstat (limited to 'src/ngspicetoModelica')
-rw-r--r--src/ngspicetoModelica/ModelicaUI.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ngspicetoModelica/ModelicaUI.py b/src/ngspicetoModelica/ModelicaUI.py
index 5d9a6ab9..80d43445 100644
--- a/src/ngspicetoModelica/ModelicaUI.py
+++ b/src/ngspicetoModelica/ModelicaUI.py
@@ -52,8 +52,11 @@ class OpenModelicaEditor(QtGui.QWidget):
def callConverter(self):
try:
- self.cmd1 = "python3 ../ngspicetoModelica/NgspicetoModelica.py " + \
- self.ngspiceNetlist + ' ' + self.map_json
+ self.cmd1 = (
+ "python3 ../ngspicetoModelica/NgspicetoModelica.py " +
+ self.ngspiceNetlist + ' ' +
+ self.map_json
+ )
# self.obj_workThread1 = Worker.WorkerThread(self.cmd1)
# self.obj_workThread1.start()
convert_process = Popen(