Skip to content

Commit a9bd05d

Browse files
committed
Remove stray trans.rollback
1 parent 6bbf45a commit a9bd05d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dataset_features_provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,6 @@ def validate_fields(self, feature):
10021002
errors.append(self.translator.tr("validation.invalid_value_for") % (attr))
10031003

10041004
# close database connection
1005-
trans.rollback()
10061005
conn.close()
10071006

10081007
# remove read-only properties and check required values

0 commit comments

Comments
 (0)