Skip to content

Commit

Permalink
Fix pull_asset (#607)
Browse files Browse the repository at this point in the history
* fix?

* try to fix test_ipynb, for debug purpose, let's disable installtion from github first.

* Revert "try to fix test_ipynb, for debug purpose, let's disable installtion from github first."

This reverts commit ffcbe8f.
  • Loading branch information
pengzhenghao committed Jan 22, 2024
1 parent 8d08034 commit bc162e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metadrive/engine/base_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@ def warmup(self):
@staticmethod
def try_pull_asset():
from metadrive.engine.asset_loader import AssetLoader
wait_asset_lock()
msg = "Assets folder doesn't exist. Begin to download assets..."
if not os.path.exists(AssetLoader.asset_path):
AssetLoader.logger.warning(msg)
Expand Down

0 comments on commit bc162e1

Please sign in to comment.