-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fpr_photo_qa
not catching certain duplicates
#61
Comments
here are some examples of how to use without the help of
|
… name duplicates as per #61
these examples need to be added to the docs and now that we have confirmation that duplicates are actually an ishy we can swap fpr_photo_qa2 changes into fpr_photo_qa. Legacy string search for reserved photos (ex. |
fpr_photo_qa
is not catching certain duplicates. See example below with_inlet copy
photoUsually we do not want there to be:
reserved
names for PSCIS required photos (ex.*_inlet.JPG
and*inlet2.JPG
are fine to submit but*inlet.JPG
and*inlet copy.JPG
may not be.fpr_photo_qa_df
is not catching this duplicate because it looks likefpr_photo_qa
is not returning a list when it should be since there are 2 inlet photos (see screenshot).I think this is happening because this line in fpr_photo_qa
is only returning photos that contain the
_reserved
name ending with a.
(example_intlet.
) and since the copy photo is_inlet copy
it doesn't grab it and therefore won't return a list.Just tried removing
\\.
so that it returns photos with any ending and it does include the copy photo but got some other errors.The text was updated successfully, but these errors were encountered: