You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"<suggestion>NEVER apologize; just relax, take a deep breath, think step-by-step and write an in-depth analysis of what went wrong "
53
-
"(specifying which command ordinal failed), then acknowledge which commands were already applied and concisely describe the state at which the file was left "
54
-
"(saying what needs to be done now), "
54
+
"<suggestion>NEVER apologize; just relax, take a deep breath, think step-by-step and write "
55
+
"an in-depth analysis of what went wrong (specifying which command ordinal failed), "
56
+
"then acknowledge which commands were already applied and concisely describe "
57
+
"the state at which the file was left (saying what needs to be done now), "
55
58
f"then write new commands that will fix the problem{previous_cmd_notes} "
56
59
"(you'll get a one-million dollar tip if you get it right!) "
57
60
"Use descriptive comment before each command.</suggestion></error-details>"
assertresultisnotNone, f"Unable to find `{self}`; Try: 1) Double-checking the marker (maybe you specified the the wrong one); or 2) using *exactly* the same characters from source; or 3) using another marker"
59
+
assertresultisnotNone, (
60
+
f"Unable to find `{self}`; Try: 1) Double-checking the marker "
61
+
f"(maybe you specified the the wrong one); or 2) using *exactly* the same characters from source; "
62
+
f"or 3) using another marker"
63
+
)
60
64
# TODO check under which circumstances we should return a 1-line range instead of an empty range
assertstart_match_result, f"Unable to find segment start `{start_relpos}`; Try: 1) Double-checking the marker (maybe you specified the the wrong one); or 2) using *exactly* the same characters from source; or 3) using a marker from above"
84
+
assertstart_match_result, (
85
+
f"Unable to find segment start `{start_relpos}`; Try: "
86
+
f"1) Double-checking the marker (maybe you specified the the wrong one); or "
87
+
f"2) using *exactly* the same characters from source; or 3) using a marker from above"
0 commit comments