Skip to content

Commit

Permalink
jlcparts_db_convert.py - Remove creating the 'db_build' folder
Browse files Browse the repository at this point in the history
If the folder is created then it can't contain the necessary jlcparts source database
so it doesn't make sense to create the folder.
  • Loading branch information
chmorgan authored and Bouni committed Apr 10, 2024
1 parent 19addec commit b0b62c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jlcparts_db_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

start = datetime.now()

os.makedirs("db_build", exist_ok=True)
os.chdir("db_build")

partsdb = Path("parts.db")
Expand Down

0 comments on commit b0b62c6

Please sign in to comment.