Skip to content

Commit

Permalink
add folder path in order to find modules
Browse files Browse the repository at this point in the history
  • Loading branch information
chges100 committed Sep 25, 2023
1 parent 4692a85 commit 3b0db51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graxpert/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

multiprocessing.freeze_support()

import sys,os
sys.path.append(os.path.abspath(os.path.dirname(os.path.dirname(__file__))))

from graxpert.mp_logging import configure_logging, initialize_logging, shutdown_logging

configure_logging()
Expand Down

0 comments on commit 3b0db51

Please sign in to comment.