Sfoglia il codice sorgente

Bug in exceptionhandler

https
jakobsn 5 anni fa
parent
commit
2ef59fd840
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/app/models/project.py

+ 1
- 1
src/app/models/project.py Vedi File

@@ -277,7 +277,7 @@ def update_task_status(taskid, status):
try:
cursor.execute(query)
db.commit()
except:
except mysql.connector.Error as err:
print("Failed executing query: {}".format(err))
cursor.fetchall()
exit(1)


Loading…
Annulla
Salva