From cccbbb3827b898b471131d905b197795ba4b5e5b Mon Sep 17 00:00:00 2001 From: fahim Date: Fri, 26 Jun 2015 15:20:04 +0530 Subject: Subject: Added feature for initial voltage condition Description: Added feature for initial voltage condition --- src/projManagement/Kicad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/projManagement') 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() -- cgit