mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix #12850 - Add missing args='auto' keyword'
This commit is contained in:
parent
15ba006408
commit
4b6ad0c237
@ -56,7 +56,7 @@ last args. Use args=-1 to pass a list of values as arguments
|
||||
from qgis.core import *
|
||||
from qgis.gui import *
|
||||
|
||||
@qgsfunction(group='Custom')
|
||||
@qgsfunction(args='auto', group='Custom')
|
||||
def func(value1, feature, parent):
|
||||
return value1
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user