Skip to content

Commit

Permalink
Update qgspathresolver.sip.in
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro authored and nyalldawson committed Jul 9, 2021
1 parent ed16882 commit 3abd80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgspathresolver.sip.in
Expand Up @@ -156,7 +156,7 @@ Example - replace path with a variable:
.. code-block:: python

def my_processor(path):
return path.replace('c:/Users/ClintBarton/Documents/Projects', '@projectdir@')
return path.replace('c:/Users/ClintBarton/Documents/Projects', '$projectdir$')

QgsPathResolver.setPathWriter(my_processor)

Expand Down

0 comments on commit 3abd80c

Please sign in to comment.