Skip to content

Commit f9cc3af

Browse files
author
Ruinong Tian
committed
fix code check style failure
1 parent 69bfcbe commit f9cc3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_dir_for_version(version: Version) -> str:
2121
# Clean versioning strings
2222
def post_handle_container_log(container_log_content):
2323
# Work with bytes directly
24-
return container_log_content.replace(b'%21', b'!')
24+
return container_log_content.replace(b"%21", b"!")
2525

2626

2727
def is_exists_dir_for_version(version: Version, file_name_to_verify_existence="Dockerfile") -> bool:

0 commit comments

Comments
 (0)