Skip to content

Commit 452fecf

Browse files
committed
update schema.py
1 parent c302ab6 commit 452fecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ def mutate(self, info, user_id):
12081208
Bucket="appdev-upload",
12091209
Key=f"uplift-dev/user-profile/{user.net_id}-profile.png",
12101210
)
1211-
except ClientError as e:
1211+
except Exception as e:
12121212
print("Delete error:", e)
12131213
raise GraphQLError("Error deleting user profile picture")
12141214

0 commit comments

Comments
 (0)