Skip to content

Commit

Permalink
init count as 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Dec 24, 2023
1 parent 42b5cd4 commit adbdca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ def zipConvertXML(dbfilename="ecu.zip"):
continue
ecus.append(e)

i = 0
i = 1
print("Starting conversion")

targetsdict = {}
Expand Down Expand Up @@ -1845,7 +1845,7 @@ def convertXML():

ecus = glob.glob("ecus/*.xml")
ecus.remove("ecus/eculist.xml")
i = 0
i = 1

print("Opening ECU Database...")
ecu_database = ecu.Ecu_database()
Expand Down

0 comments on commit adbdca9

Please sign in to comment.