Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
qianyun210603 committed Dec 7, 2023
1 parent 513d30d commit 327df31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rl/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def learn(self, batch):
def test_simple_env_logger(caplog):
set_log_with_config(C.logging_config)
writer = ConsoleWriter()
writer.console_logger.propagate = True
writer.console_logger.parent_propagate = True
for venv_cls_name in ["dummy", "shmem", "subproc"]:
csv_writer = CsvWriter(Path(__file__).parent / ".output")
venv = vectorize_env(lambda: SimpleEnv(), venv_cls_name, 4, [writer, csv_writer])
Expand Down

0 comments on commit 327df31

Please sign in to comment.