Skip to content

Commit

Permalink
check parent path for mpv dll load
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker committed Feb 18, 2023
1 parent 600f6a9 commit 910005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modalWindows.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
try:
scriptPath = os.path.dirname(os.path.abspath(__file__))

parentScriptPath = os.path.split( os.path.dirname(os.path.abspath(__file__)))
parentScriptPath = os.path.split( os.path.dirname(os.path.abspath(__file__)))[0]

basescriptPath = os.path.split(scriptPath)[0]
scriptPath_frozen = os.path.dirname(os.path.abspath(sys.executable))
Expand Down

0 comments on commit 910005e

Please sign in to comment.