Skip to content

Commit

Permalink
removed potencially disturbing character
Browse files Browse the repository at this point in the history
  • Loading branch information
MelReyCG committed Oct 17, 2024
1 parent 7386a2b commit f107f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geos-ats/src/geos/ats/helpers/restart_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ def limited_display(n,string):
message = "Differing valid characters"
message += " (substrings reordering detected):\n" if reordering_detected else ":\n"

message += f"- {limited_display( maxDisplay, arr_chars_display )}\n"
message += f"- {limited_display( maxDisplay, base_arr_chars_display )}\n"
message += f" {limited_display( maxDisplay, arr_chars_display )}\n"
message += f" {limited_display( maxDisplay, base_arr_chars_display )}\n"
message += " " + "".join( ["^" if i in differing_indices else " " for i in range( min( maxDisplay, min_length ) ) ] ) + "\n"

return message
Expand Down

0 comments on commit f107f35

Please sign in to comment.