Skip to content

Commit

Permalink
code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 29, 2018
1 parent 6490d10 commit 843f392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/qgepmaptooladdfeature.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def rightClicked(self, _):
f = QgsFeature(fields)
for idx in range(len(fields)):
# try client side default value first
v = self.layer.defaultValue( idx, f )
v = self.layer.defaultValue(idx, f)
if v != NULL:
f.setAttribute(idx, v)
else:
Expand Down

0 comments on commit 843f392

Please sign in to comment.