about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/metadata_edits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/metadata_edits.py b/wqflask/wqflask/metadata_edits.py
index 1a4d6f8d..8b3fd861 100644
--- a/wqflask/wqflask/metadata_edits.py
+++ b/wqflask/wqflask/metadata_edits.py
@@ -797,7 +797,7 @@ def reject_case_attribute_data():
                     cursor.execute(
                         "UPDATE caseattributes_audit SET "
                         "status = 'rejected' WHERE id = %s",
-                        case_attr_id
+                        (case_attr_id, )
                     )
             except Exception as _e:
                 import MySQLdb