Skip to content
Snippets Groups Projects
Verified Commit 2c32e38f authored by Eunhak Lee's avatar Eunhak Lee
Browse files

hotfix: do not fetch after not returning query

parent c8158346
No related branches found
No related tags found
No related merge requests found
Pipeline #10679 passed
......@@ -109,7 +109,6 @@ def match_part_obj_into_db(_part, part_type):
def finalize_transaction(_cursor, _transaction_id, _user_id, _combination_id):
_cursor.execute("INSERT INTO transactions (id, user_id, combination_id) VALUES (%s, %s, %s);", (_transaction_id, _user_id, _combination_id))
_cursor.fetchall()
def func():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment