Skip to content

Commit

Permalink
Fix incorrect quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Aug 11, 2014
1 parent 2f1f857 commit 4655f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realtime/shake_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ def render_map(self, force_flag=False):
layers_to_add = []
contours_layer = QgsVectorLayer(
contours_shapefile,
'mmi-contours', "ogr")
'mmi-contours', 'ogr')
layers_to_add.append(contours_layer)

if cities_shape_file is not None:
Expand Down

0 comments on commit 4655f25

Please sign in to comment.