Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeucler2018 authored Aug 15, 2024
1 parent 3b8cc01 commit 711fcf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_python/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def create(state=retro.State.NONE, *args, **kwargs):

yield create

created_env[0].close()
if created_env[0]:
created_env[0].close()
del created_env

retro.data.get_file_path = get_file_path_fn
Expand Down

0 comments on commit 711fcf0

Please sign in to comment.