mirror of
https://github.com/jasons-gh/the-chomsky-index.git
synced 2026-03-11 08:54:36 +00:00
Let running display.py open the Index
This commit is contained in:
parent
66a5ee5585
commit
51eacfba32
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ class Ui_MainWindow(object):
|
|||
try:
|
||||
base_path = sys._MEIPASS
|
||||
except Exception:
|
||||
base_path = Path.resolve(".")
|
||||
base_path = Path(__file__).parent
|
||||
|
||||
return Path(base_path)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue