5 sub folders issue - #13
Conversation
|
You can find the merge conflicts (which block the automatic merge) via the "Resolve conflicts" button: Here, for example, the current code in this branch still has the old pattern for field and field_model. So, git can't be sure if you are reverting that, or just didn't include it. You can merge the destination branch |
|
@ctgraham , in the following screenshot, I want the content below the "=======" line. The content above the "=======" was all condensed in the previous PR that was merged into master.
|
|
To discard 949 - 965, keeping 966 - 969, choose "Accept incoming change". |
|
Conflicts resolved - ready for review. |
ojas-uls-dev
left a comment
There was a problem hiding this comment.
Is there ever any worry that pid (file base name), or parent_pid + pid are not unique in a batch? For example in a batch that looks like a/Images/Img_001.jpg, b/Images/Img_001.jpg, there wouldn't be a way to disambiguate between the image in a and the image in b from just the pid. Otherwise, the logic looks good to me.

This to better handle parrent folders and pid file indication in the Google Sheet. Claude has indicated that this is indeed the fix, however, I'm not sure why it shows "Can't automatically merge."