Skip to content

Commit eabd0eb

Browse files
committed
Enable output of description in result
1 parent fc1d924 commit eabd0eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/jsonid/registry_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def __str__(self):
7979
"name": self.name,
8080
"additional": self.additional,
8181
"encoding": self.encoding,
82+
"description": self.description,
8283
}
8384
return yaml.dump(data, indent=2, allow_unicode=True).strip()
8485

0 commit comments

Comments
 (0)