mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
acme.messages2.Error title is omitempty
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ class Error(jose.JSONObjectWithFields, Exception):
|
||||
}
|
||||
|
||||
typ = jose.Field('type')
|
||||
title = jose.Field('title')
|
||||
title = jose.Field('title', omitempty=True)
|
||||
detail = jose.Field('detail')
|
||||
|
||||
@typ.encoder
|
||||
|
||||
Reference in New Issue
Block a user