We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a1797 commit 4827d02Copy full SHA for 4827d02
section5/item.py
@@ -86,7 +86,6 @@ def put(self, name):
86
try:
87
Item.update(updated_item)
88
except:
89
- raise
90
return {"message": "An error occurred updating the item."}
91
return updated_item
92
0 commit comments