diff options
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 38163ca0..32f627c6 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -323,7 +323,7 @@ def query_db(query): try: cursor.execute(query) except: - print_critical_message('Error execting this query:\n' + query) + print_critical_message('Error executing this query:\n' + query) raise conn_db.commit() return cursor.fetchall() |