Commit 6d3d7a5
authored
Don't throw on profile url link generation errors post upload (#1450)
## Description
wrap the call to get the profile url in try/except and log as warning so
we're not raising in the case where profile upload is successful.
## Changes
try/except arount post upload profile url call
default strings for results
## Related
Address #1449
- [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md)
and the [Code of Conduct](CODE_OF_CONDUCT.md).1 parent a5ff5ef commit 6d3d7a5
1 file changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | 323 | | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
327 | 333 | | |
328 | | - | |
| 334 | + | |
329 | 335 | | |
330 | | - | |
| 336 | + | |
331 | 337 | | |
0 commit comments