Skip to content

Commit

Permalink
Add hint for integration check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
crclz committed Apr 21, 2020
1 parent c01ba36 commit a418607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ndbg.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
echo_lines = [x for x in actual_lines if x.startswith("[Echo]")]

if len(echo_lines) != len(input_lines):
print("echo lines integration check failure")
print(f"{Fore.RED}Echo lines ([Echo]) integration check failure.")
print(f"Please view ndbg.py document.{RESET_ALL}")
print()
exit(-10)

Expand Down

0 comments on commit a418607

Please sign in to comment.