Skip to content

Commit 4f110d6

Browse files
committed
update
1 parent 254cf26 commit 4f110d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openrl/configs/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __call__(self, parser, cfg, values, option_string=None):
9292

9393
# Write the result to a temporary file. This works on all platforms.
9494
temp_fd, temp_filename = tempfile.mkstemp(suffix=".yaml")
95-
with os.fdopen(temp_fd, 'w') as temp_file:
95+
with os.fdopen(temp_fd, "w") as temp_file:
9696
yaml.dump(data, temp_file)
9797
try:
9898
# Use the default behavior of ActionConfigFile to handle the temporary file

0 commit comments

Comments
 (0)