mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[models] JSON manifest do not support serialization
This commit is contained in:
parent
ddd115812b
commit
60845fce48
|
@ -73,6 +73,9 @@ class JSONManifest(Manifest):
|
|||
|
||||
return _manifest
|
||||
|
||||
def write(self, *args, **kwargs):
|
||||
raise NotImplementedError('Serializing JSON manifests is not supported')
|
||||
|
||||
|
||||
class JSONManifestMeta(ManifestMeta):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in a new issue