Pārlūkot izejas kodu

Bug in exceptionhandler

https
jakobsn pirms 5 gadiem
vecāks
revīzija
2ef59fd840
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/app/models/project.py

+ 1
- 1
src/app/models/project.py Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt