Skip to content

add error handling for adding and delete projects

Jelto requested to merge add-error-handling-deleted-project into main

The script fails when a project was delete but still is present in projects.json (like 1033 mathoid). This change adds error handling to make sure the script continues with the other projects. An error is reported back to the user.

Bug: T350679

Merge request reports