From e10b2de0bec4836b2dc134d56ed573ad1d633ce3 Mon Sep 17 00:00:00 2001 From: fahim Date: Tue, 7 Apr 2015 15:32:15 +0530 Subject: Subject: Added new Icon images and Modified code to get model from xml file Description: Started the work to get the details of model parameter from xml. --- src/projManagement/Kicad.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/projManagement/Kicad.py') diff --git a/src/projManagement/Kicad.py b/src/projManagement/Kicad.py index cbee89e9..a575af21 100644 --- a/src/projManagement/Kicad.py +++ b/src/projManagement/Kicad.py @@ -21,7 +21,7 @@ import Validation from configuration.Appconfig import Appconfig import Worker from PyQt4 import QtGui - +import time class Kicad: """ Class Kicad open Schematic,PCB and Layout @@ -109,6 +109,7 @@ class Kicad: self.cmd = "python ../kicadtoNgspice/KicadtoNgspice.py "+self.project+".cir " self.obj_workThread = Worker.WorkerThread(self.cmd) self.obj_workThread.start() + else: self.msg = QtGui.QErrorMessage(None) -- cgit