Skip to content

Commit e7a9b91

Browse files
author
gsherman
committed
Fix for hardcoded path
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7995 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c5bb76e commit e7a9b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/mapserver_export/ms_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, projectFile, mapFile):
3434
self.project = projectFile
3535
self.mapFile = mapFile
3636
# create the DOM
37-
self.qgs = minidom.parse("/home/gsherman/test1.qgs")
37+
self.qgs = minidom.parse(projectFile)
3838
# init the other members that are not set by the constructor
3939
self.units = ''
4040
self.imageType = ''

0 commit comments

Comments
 (0)