Skip to content

Commit cfeccb4

Browse files
author
wonder
committed
Removed last slash for path to python plugins in home directory.
It was the reason why plugins in home dir couldn't be accessed on Windows. git-svn-id: http://svn.osgeo.org/qgis/trunk@7867 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9535777 commit cfeccb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgspythonutils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ QString QgsPythonUtils::pluginsPath()
287287

288288
QString QgsPythonUtils::homePluginsPath()
289289
{
290-
return QgsApplication::qgisSettingsDirPath() + "/python/plugins/";
290+
return QgsApplication::qgisSettingsDirPath() + "/python/plugins";
291291
}
292292

293293
QStringList QgsPythonUtils::pluginList()

0 commit comments

Comments
 (0)