Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Mar 5, 2024
1 parent 85e748c commit 9cb46fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def build(node: Node) -> Tuple[bool, str]:
error_patterns = [re.compile(r'\x1b\[91mE:'),] # gross
for each_error in error_patterns:
if each_error.search(content_str):
logger.error(f"Docker failed to build {node.image_name},\n {build_e}")
logger.error(f"Docker failed to build {node.image_name},\n {content_str}")
return False, report

# time for last step
Expand Down

0 comments on commit 9cb46fe

Please sign in to comment.