diff options
Diffstat (limited to 'src/maker/createkicad.py')
-rwxr-xr-x | src/maker/createkicad.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maker/createkicad.py b/src/maker/createkicad.py index 1a00bde9..dcde5526 100755 --- a/src/maker/createkicad.py +++ b/src/maker/createkicad.py @@ -109,7 +109,7 @@ class AutoSchematic: self.input_length = portInformation.input_len self.portName = portInformation.port_name - # creating the XML files in eSim-2.1/library/modelParamXML/Ngveri + # creating the XML files in eSim-2.2/library/modelParamXML/Ngveri def createXML(self): cwd = os.getcwd() xmlDestination = os.path.join(self.xml_loc, 'Ngveri') |