Skip to content
Permalink
Browse files
fix temporary file generation when downloading from OSM
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11595 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 8, 2009
1 parent d511e27 commit 4d17507
Showing 1 changed file with 1 addition and 1 deletion.
@@ -325,7 +325,7 @@ def generateDefFileName(self):
if self.finished:
return

prefix=QString("/tmp/")
prefix=QDir.tempPath() + "/"
if self.dbm.currentKey:
key=QString(self.dbm.currentKey)
p=key.lastIndexOf("/")

0 comments on commit 4d17507

Please sign in to comment.