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

wxGUI: Fixed F841 in photo2image/ #4573

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Conversation

arohanajit
Copy link
Contributor

Following changes made to fix F841 in photo2image/

  • Directly called contructors GCPWizard and wx.BusyInfo
  • Removed point, reload_target and diff which were not being used

@github-actions github-actions bot added GUI wxGUI related Python Related code is in Python labels Oct 22, 2024
@petrasovaa petrasovaa enabled auto-merge (squash) October 22, 2024 18:36
Copy link
Member

@echoix echoix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice use of a context manager here, I like it! I didn't know about it, I just read the docs on it https://docs.wxpython.org/wx.BusyInfo.html and it seems done correctly!

@echoix echoix merged commit 2575783 into OSGeo:main Oct 23, 2024
26 checks passed
@arohanajit arohanajit deleted the 841-photo2image branch October 23, 2024 12:43
@github-actions github-actions bot added this to the 8.5.0 milestone Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI wxGUI related Python Related code is in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants