We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bfcbe commit f9cc3afCopy full SHA for f9cc3af
src/utils.py
@@ -21,7 +21,7 @@ def get_dir_for_version(version: Version) -> str:
21
# Clean versioning strings
22
def post_handle_container_log(container_log_content):
23
# Work with bytes directly
24
- return container_log_content.replace(b'%21', b'!')
+ return container_log_content.replace(b"%21", b"!")
25
26
27
def is_exists_dir_for_version(version: Version, file_name_to_verify_existence="Dockerfile") -> bool:
0 commit comments