summaryrefslogtreecommitdiff
path: root/src/ngspicetoModelica
diff options
context:
space:
mode:
authornilshah982019-06-11 19:48:44 +0530
committernilshah982019-06-13 12:15:50 +0530
commit03c61330512ccbac9663dbc20d09bda0a5151dec (patch)
treeb090edf4b1e35a92fc7336fde2d6c75ef76b2a1f /src/ngspicetoModelica
parent9cee4f091edb7c7b1b06362f6bf2cba28c3fe9ba (diff)
downloadeSim-03c61330512ccbac9663dbc20d09bda0a5151dec.tar.gz
eSim-03c61330512ccbac9663dbc20d09bda0a5151dec.tar.bz2
eSim-03c61330512ccbac9663dbc20d09bda0a5151dec.zip
type before attr, whitespace after .py
Diffstat (limited to 'src/ngspicetoModelica')
-rw-r--r--src/ngspicetoModelica/ModelicaUI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngspicetoModelica/ModelicaUI.py b/src/ngspicetoModelica/ModelicaUI.py
index e523da8b..5d9a6ab9 100644
--- a/src/ngspicetoModelica/ModelicaUI.py
+++ b/src/ngspicetoModelica/ModelicaUI.py
@@ -52,7 +52,7 @@ class OpenModelicaEditor(QtGui.QWidget):
def callConverter(self):
try:
- self.cmd1 = "python3 ../ngspicetoModelica/NgspicetoModelica.py" + \
+ self.cmd1 = "python3 ../ngspicetoModelica/NgspicetoModelica.py " + \
self.ngspiceNetlist + ' ' + self.map_json
# self.obj_workThread1 = Worker.WorkerThread(self.cmd1)
# self.obj_workThread1.start()