Skip to content

Commit

Permalink
Fix error on roamgeometry function
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanw-chartis committed Mar 27, 2020
1 parent 893aab2 commit 8067d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roam/qgisfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def roam_geomvertex(values, feature, parent):


@qgsfunction(0, 'Roam')
def roamgeometry(values, feature, parent):
def roamgeometry(values, feature, parent, *args):
return capturegeometry


Expand Down

0 comments on commit 8067d20

Please sign in to comment.