Parcourir la source

Bug in exceptionhandler

https
jakobsn il y a 5 ans
Parent
révision
2ef59fd840
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/app/models/project.py

+ 1
- 1
src/app/models/project.py Voir le fichier

@@ -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)


Chargement…
Annuler
Enregistrer