summaryrefslogtreecommitdiff
path: root/src/createKicadLibrary.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/createKicadLibrary.py')
-rw-r--r--[-rwxr-xr-x]src/createKicadLibrary.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/createKicadLibrary.py b/src/createKicadLibrary.py
index c78d41e..ae44c03 100755..100644
--- 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)