From 516294ea5cccad3a0cef475b1393344b7fc7c1a9 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Mon, 14 Feb 2022 13:51:46 +0530 Subject: Revert "Adding other changes for Upgradation to NgSpice-35" --- src/createKicadLibrary.py | 3 --- 1 file changed, 3 deletions(-) mode change 100755 => 100644 src/createKicadLibrary.py (limited to 'src/createKicadLibrary.py') diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py old mode 100755 new mode 100644 index 174668c..eed8f6d --- a/src/createKicadLibrary.py +++ b/src/createKicadLibrary.py @@ -95,9 +95,6 @@ class AutoSchematic(QtWidgets.QWidget): "Enter Input Load (default=1.0e-12)") ET.SubElement(param, "instance_id", default="1").text = ( "Enter Instance ID (Between 0-99)") - ET.SubElement(param, "Sumanto", default="1").text = ( - "Enter Instance ID (Between 0-99)") - tree = ET.ElementTree(root) tree.write(str(self.modelname) + '.xml') print("Leaving the directory ", xmlDestination) -- cgit