Skip to content
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

[flickr] reference the correct function #6077

Merged
merged 1 commit into from
Aug 25, 2024
Merged

[flickr] reference the correct function #6077

merged 1 commit into from
Aug 25, 2024

Conversation

Pyker
Copy link
Contributor

@Pyker Pyker commented Aug 22, 2024

This PR fixes a bug introduced in e92a9ae#diff-5741d04464e95eab8716d83190078fd31be0ad91fed8da24cd390b9447239d35R522.

Before the referenced commit, the code read photo.update(self.api.photos_getAllContexts(self.item_id)). After the commit, the code became the same (see how the EXIF-related code above was updated correctly), referencing self.api, which doesn't exist in this new context, which completely breaks this functionality since that exception will always become a warning, when it really should've been caught while reviewing the changes:
image

@Pyker
Copy link
Contributor Author

Pyker commented Aug 22, 2024

I honestly couldn't figure out how to name this commit, so I welcome any suggestions.

mikf added a commit that referenced this pull request Aug 25, 2024
@mikf mikf merged commit dcd44cf into mikf:master Aug 25, 2024
9 checks passed
@mikf mikf added the site:bug label Aug 25, 2024
@mikf
Copy link
Owner

mikf commented Aug 25, 2024

Thank you very much for catching and even fixing this.

@Pyker Pyker deleted the patch-1 branch August 25, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants