Executor-Tyrant-Framework commited on
Commit
0caeba2
·
verified ·
1 Parent(s): c88268c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -81,9 +81,7 @@ def sync_from_space(space_id: str, local_path: Path):
81
  except Exception: pass
82
 
83
  def _resolve_repo_path() -> str:
84
- repo_path = Path(REPO_PATH)
85
- if ET_SYSTEMS_SPACE: sync_from_space(ET_SYSTEMS_SPACE, repo_path)
86
- if repo_path.exists() and any(repo_path.iterdir()): return str(repo_path)
87
  return os.path.dirname(os.path.abspath(__file__))
88
 
89
  # Initialize Memory
 
81
  except Exception: pass
82
 
83
  def _resolve_repo_path() -> str:
84
+ # FORCE: Use the directory where this app.py file actually lives
 
 
85
  return os.path.dirname(os.path.abspath(__file__))
86
 
87
  # Initialize Memory