more debugging

This commit is contained in:
matthewswspence 2024-12-05 14:50:49 -06:00
parent 3dbafb5220
commit a9710dafde
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
3 changed files with 3 additions and 2 deletions

View file

@ -2921,7 +2921,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
error_messages = {
# noqa on these items as black wants to reformat to an invalid length
ErrorCode.OBJECT_STATUS_PROHIBITS_OPERATION: message1,
ErrorCode.OBJECT_ASSOCIATION_PROHIBITS_OPERATION: err.msg,
ErrorCode.OBJECT_ASSOCIATION_PROHIBITS_OPERATION: message2,
}
message = "Cannot connect to the registry"