Skip to content

Commit

Permalink
fix #845
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDudley authored Oct 31, 2022
1 parent b0710ae commit 5868295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pettingzoo/butterfly/cooperative_pong/cooperative_pong.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def enable_render(self):

def render(self):
if self.render_mode is None:
gymnasium.logger.WARN(
gymnasium.logger.warn(
"You are calling render method without specifying any render mode."
)
return
Expand Down

0 comments on commit 5868295

Please sign in to comment.