Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
laxentis committed Sep 12, 2021
1 parent 90a4008 commit e76cf18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNG.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def resetForm(self):
self.progressBar.setValue(0)

def generateGNG(self):
if self.regionPath.text() is not "":
if self.regionPath.text() != "":
readRegion(self.regionPath.text(), self.ICAO.text())
if self.geoPath.text() is not "":
if self.geoPath.text() != "":
readGEO(self.geoPath.text(), self.ICAO.text())
self.progressBar.setValue(100)

Expand Down

0 comments on commit e76cf18

Please sign in to comment.