mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix serialization of UnitError
This commit is contained in:
parent
1569797e5b
commit
b4cd905977
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ supported_exceptions = ['bootstrapvz.common.exceptions.ManifestError',
|
|||
'bootstrapvz.base.fs.exceptions.PartitionError',
|
||||
'bootstrapvz.base.pkg.exceptions.PackageError',
|
||||
'bootstrapvz.base.pkg.exceptions.SourceError',
|
||||
'bootstrapvz.common.bytes.UnitError',
|
||||
'bootstrapvz.common.exceptions.UnitError',
|
||||
'bootstrapvz.common.fsm_proxy.FSMProxyError',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue