Skip to content

Commit

Permalink
issue #18
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfink committed Nov 21, 2018
1 parent e2790cd commit f0a9408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartogram3.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def run(self):

# remember the input layer’s style
self.inputLayerStyle = QDomDocument()
self.inputLayer.exportNamedStyle(self.inputLayerStyle, None)
self.inputLayer.exportNamedStyle(self.inputLayerStyle)

# set up all widgets for status reporting
self.progressBar = QProgressBar()
Expand Down

0 comments on commit f0a9408

Please sign in to comment.