Change debug message
This commit is contained in:
parent
52dfbcc344
commit
4fe24d8e85
|
@ -170,7 +170,8 @@ def write_translated(outfile, origfile, translation_file_paths):
|
||||||
print("<", line, end='')
|
print("<", line, end='')
|
||||||
|
|
||||||
if _printed_line_jp+'\n' != line:
|
if _printed_line_jp+'\n' != line:
|
||||||
print("UGABUNGA")
|
print()
|
||||||
|
print("NO THAT'S WRONG!")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
# Used up all of the structures, this chapter has ended.
|
# Used up all of the structures, this chapter has ended.
|
||||||
|
|
Loading…
Reference in New Issue