Skip to content

Commit

Permalink
Don't use the compressed project format
Browse files Browse the repository at this point in the history
  • Loading branch information
oobayly committed Nov 5, 2019
1 parent 6cc5aac commit a8f3705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenScope/GeneratorBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def saveProject(self):
project.setCrs(QgsCoordinateReferenceSystem('EPSG:4326'))

if not project.fileName():
project.setFileName(os.path.join(self.getProjectPath(), '%s.qgz' % self.getIcao()))
project.setFileName(os.path.join(self.getProjectPath(), '%s.qgs' % self.getIcao()))

project.write()

Expand Down

0 comments on commit a8f3705

Please sign in to comment.