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 loc wizard: Correct errors according to flake 8 and add some description #728

Conversation

lindakarlovska
Copy link
Contributor

wxGUI/Location Wizard: Corrected errors according to flake8 (errors E402,E821,E722 ignored), added some description.

…402,E821,E722 ignored), added some description.
Copy link
Member

@wenzeslaus wenzeslaus left a comment

Choose a reason for hiding this comment

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

Great! Just delete that one piece of unused code.

Comment on lines 2683 to 2694
# datum = self.datumpage.datum
if self.datumpage.datumdesc:
datumdesc = self.datumpage.datumdesc + ' - ' + self.datumpage.ellipse
else:
datumdesc = ''
# datum = self.datumpage.datum
# if self.datumpage.datumdesc:
# datumdesc = self.datumpage.datumdesc + ' - ' + self.datumpage.ellipse
# else:
# datumdesc = ''

Copy link
Member

Choose a reason for hiding this comment

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

I don't see a reason why this code should be kept there and there is no comment saying that either, so I would say just delete that.

@petrasovaa petrasovaa added the gsoc Reserved for Google Summer of Code student(s) label Jun 23, 2020
@petrasovaa petrasovaa merged commit cade4ac into OSGeo:master Jun 25, 2020
@neteler neteler added this to the 8.0.0 milestone Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc Reserved for Google Summer of Code student(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants