fix palettes path

pull/155/head
Lex Neva 2018-04-28 21:29:58 -04:00
rodzic 8608508e02
commit 7a80e59d77
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ class _ThreadCatalog(Sequence):
def get_palettes_path(self):
if getattr(sys, 'frozen', None) is not None:
path = sys._MEIPASS
path = os.path.join(sys._MEIPASS, "..")
else:
path = dirname(dirname(dirname(realpath(__file__))))