This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
Beelance
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Bug in exceptionhandler
https
jakobsn
5 years ago
parent
9388eda466
commit
2ef59fd840
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/models/project.py
+ 1
- 1
src/app/models/project.py
View 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)
Write
Preview
Loading…
Cancel
Save