Skip to content

Commit

Permalink
Update python/plugins/grassprovider/Grass7Utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Bartoletti <lbartoletti@users.noreply.github.com>
  • Loading branch information
2 people authored and nyalldawson committed Jul 6, 2023
1 parent 47fa0c8 commit 5e29c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/grassprovider/Grass7Utils.py
Expand Up @@ -256,8 +256,8 @@ def grassPath():
@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)
Expand Down

0 comments on commit 5e29c75

Please sign in to comment.