Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update qgspathresolver.sip.in
  • Loading branch information
manisandro committed Jul 9, 2021
1 parent 64ace1c commit 61b8749
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 61b8749

Please sign in to comment.