Skip to content

Commit

Permalink
Fix for hardcoded path
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7995 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jan 17, 2008
1 parent c5bb76e commit e7a9b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/mapserver_export/ms_export.py
Expand Up @@ -34,7 +34,7 @@ def __init__(self, projectFile, mapFile):
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 = ''
Expand Down

0 comments on commit e7a9b91

Please sign in to comment.