mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix for hardcoded path
git-svn-id: http://svn.osgeo.org/qgis/trunk@7995 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
d011ea483f
commit
fd3979ce85
@ -34,7 +34,7 @@ class Qgis2Map:
|
||||
self.project = projectFile
|
||||
self.mapFile = mapFile
|
||||
# create the DOM
|
||||
self.qgs = minidom.parse("/home/gsherman/test1.qgs")
|
||||
self.qgs = minidom.parse(projectFile)
|
||||
# init the other members that are not set by the constructor
|
||||
self.units = ''
|
||||
self.imageType = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user