Warn about invalid type and continue instead of error.
This commit is contained in:
parent
e6c5563a16
commit
c14f3b68f4
3 changed files with 12 additions and 9 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#
|
||||
|
||||
from cdist.core.cdist_type import CdistType
|
||||
from cdist.core.cdist_type import NoSuchTypeError, InvalidTypeError
|
||||
from cdist.core.cdist_type import InvalidTypeError
|
||||
from cdist.core.cdist_object import CdistObject
|
||||
from cdist.core.cdist_object import IllegalObjectIdError
|
||||
from cdist.core.explorer import Explorer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue