Skip to content

Commit

Permalink
Update ImportPhotos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Mar 13, 2019
1 parent 7e4d778 commit 257a5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImportPhotos.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def completed(self, exception, result=None):
"crs": {"type": "name", "properties": {"name": "crs:OGC:1.3:CRS84"}},
"features": self.geoPhotos}

geofile = open(self.plugin_dir + '/tmp.geojson', 'w')
geofile = open(self.outDirectoryPhotosGeoJSON, 'w')
json.dump(geojson, geofile)
geofile.close()
del self.geoPhotos, geojson
Expand Down

0 comments on commit 257a5a3

Please sign in to comment.