Selaa lähdekoodia

Bug in exceptionhandler

https
jakobsn 5 vuotta sitten
vanhempi
commit
2ef59fd840
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/app/models/project.py

+ 1
- 1
src/app/models/project.py Näytä tiedosto

@@ -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…
Peruuta
Tallenna