Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
juztamau5 committed Mar 10, 2024
1 parent 37d69c0 commit 3f781e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openai/retro/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,11 @@ def init_core_info(path):


def path(hint=DATA_PATH):
print(f"hint: {hint}")
if hint == DATA_PATH and not os.path.exists(os.path.join(DATA_PATH, 'data', 'stable', 'Airstriker-Genesis')):
# Development installation
hint = os.path.join(hint, '..')
print(f"new hint: {hint}")
return _data_path(hint)


Expand Down

0 comments on commit 3f781e5

Please sign in to comment.