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
[Bug]: Resolver fails at the "Create draft PR or push branch" step due to ERROR:root:<class 'AttributeError'>: 'NoneType' object has no attribute 'new_path'
#214
@oconnorjoseph, The error indicates that diff.header is None, so ensure that the git_patch provided to apply_patch is valid and contains necessary header information.
Would you provide the git_patch?
The text was updated successfully, but these errors were encountered:
All-Hands-AI#6302 Issue
@oconnorjoseph, The error indicates that
diff.header
isNone
, so ensure that thegit_patch
provided toapply_patch
is valid and contains necessary header information.Would you provide the
git_patch
?The text was updated successfully, but these errors were encountered: