indigo-iam / voms-importer

A VOMS import script for INDIGO IAM
Other
1 stars 2 forks source link

Failing to import a user should not stop the whole script run #12

Closed giacomini closed 2 years ago

giacomini commented 2 years ago

Sometimes import_voms_user fails, for example when a new user needs to be created and the creation fails, raising an exception and terminating the whole run. A more sensible behavior is to catch the exception and continue with the next user.