Searched refs:print_framed_string (Results 1 – 3 of 3) sorted by relevance
15 print_framed_string,66 print_framed_string(f"{step['description']}...")73 print_framed_string("ERROR: One or more steps failed.")78 print_framed_string("All checks successfully passed!")
17 print_framed_string,197 print_framed_string(f"Building {config['name']} configuration...")219 print_framed_string("ERROR: One or more builds failed.")224 print_framed_string("All builds successfully passed!")
104 def print_framed_string(s): function