Skip to content

Commit

Permalink
working dir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabraxist committed Jan 13, 2023
1 parent 758d68b commit 121995c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import untangle, csv, difflib, plistlib, time, sys
import untangle, csv, difflib, plistlib, time, sys, os
from pathlib import Path, PurePath

os.chdir(sys.path[0]) # Set CWD to current path

class ArticulationBank:
merged_result = ""

Expand Down

0 comments on commit 121995c

Please sign in to comment.