Skip to content

Commit 4b6ad0c

Browse files
committedJun 1, 2015
Fix #12850 - Add missing args='auto' keyword'
1 parent 15ba006 commit 4b6ad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def load_user_expressions(path):
5656
from qgis.core import *
5757
from qgis.gui import *
5858
59-
@qgsfunction(group='Custom')
59+
@qgsfunction(args='auto', group='Custom')
6060
def func(value1, feature, parent):
6161
return value1
6262
"""

0 commit comments

Comments
 (0)
Failed to load comments.