summaryrefslogtreecommitdiff
path: root/src/projManagement
diff options
context:
space:
mode:
authorfahim2015-06-26 15:20:04 +0530
committerfahim2015-06-26 15:20:04 +0530
commitcccbbb3827b898b471131d905b197795ba4b5e5b (patch)
tree50fc073bc94f5552bf2ca5def13c7e338bbc0a0b /src/projManagement
parent1de6706596194718b45ea0209538e70811bc3f4b (diff)
downloadeSim-cccbbb3827b898b471131d905b197795ba4b5e5b.tar.gz
eSim-cccbbb3827b898b471131d905b197795ba4b5e5b.tar.bz2
eSim-cccbbb3827b898b471131d905b197795ba4b5e5b.zip
Subject: Added feature for initial voltage condition
Description: Added feature for initial voltage condition
Diffstat (limited to 'src/projManagement')
-rw-r--r--src/projManagement/Kicad.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projManagement/Kicad.py b/src/projManagement/Kicad.py
index d7202b4f..fdaa3187 100644
--- a/src/projManagement/Kicad.py
+++ b/src/projManagement/Kicad.py
@@ -138,7 +138,7 @@ class Kicad:
self.project = os.path.join(self.projDir,self.projName)
#Creating a command to run
- self.cmd = "python ../kicadtoNgspice/KicadtoNgspice.py "+self.project+".cir "
+ self.cmd = "python ../kicadtoNgspice/KicadtoNgspice.py " +self.project+".cir "
self.obj_workThread = Worker.WorkerThread(self.cmd)
self.obj_workThread.start()