rupeshs commited on
Commit
47ef626
1 Parent(s): 86f3ce4

updated file path

Browse files
Files changed (1) hide show
  1. paths.py +1 -1
paths.py CHANGED
@@ -10,7 +10,7 @@ def join_paths(
10
 
11
 
12
  def get_app_path() -> str:
13
- app_dir = os.getcwd()
14
  work_dir = os.path.dirname(app_dir)
15
  return work_dir
16
 
 
10
 
11
 
12
  def get_app_path() -> str:
13
+ app_dir = os.path.dirname(__file__)
14
  work_dir = os.path.dirname(app_dir)
15
  return work_dir
16