mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
Update python/plugins/grassprovider/Grass7Utils.py
Co-authored-by: Loïc Bartoletti <lbartoletti@users.noreply.github.com>
This commit is contained in:
parent
47fa0c8197
commit
5e29c75d2f
@ -256,8 +256,8 @@ class Grass7Utils:
|
||||
@staticmethod
|
||||
def userDescriptionFolder():
|
||||
"""
|
||||
Creates and returns a directory for users to create additional algorithm descriptions.
|
||||
Or modified versions of stock algorithm descriptions shipped with QGIS.
|
||||
Creates and returns a directory for users to create additional algorithm descriptions
|
||||
or modified versions of stock algorithm descriptions shipped with QGIS.
|
||||
"""
|
||||
folder = os.path.join(userFolder(), 'grassaddons', 'description')
|
||||
mkdir(folder)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user