diff options
author | nilshah98 | 2019-06-11 19:48:44 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-13 12:15:50 +0530 |
commit | 03c61330512ccbac9663dbc20d09bda0a5151dec (patch) | |
tree | b090edf4b1e35a92fc7336fde2d6c75ef76b2a1f /src/ngspicetoModelica | |
parent | 9cee4f091edb7c7b1b06362f6bf2cba28c3fe9ba (diff) | |
download | eSim-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.py | 2 |
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() |