Skip to content

Commit

Permalink
Fix #12850 - Add missing args='auto' keyword'
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 1, 2015
1 parent 15ba006 commit 4b6ad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/user.py
Expand Up @@ -56,7 +56,7 @@ def load_user_expressions(path):
from qgis.core import *
from qgis.gui import *
@qgsfunction(group='Custom')
@qgsfunction(args='auto', group='Custom')
def func(value1, feature, parent):
return value1
"""

2 comments on commit 4b6ad0c

@saberraz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@NathanW2
Copy link
Member Author

@NathanW2 NathanW2 commented on 4b6ad0c Jun 1, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.