Release 4.8.4
This commit is contained in:
parent
7349da777b
commit
09642142f4
2 changed files with 3 additions and 2 deletions
|
|
@ -158,7 +158,8 @@ class CdistObjectError(CdistEntityError):
|
|||
('name', cdist_object.name, ),
|
||||
('path', cdist_object.absolute_path, ),
|
||||
('source', " ".join(cdist_object.source), ),
|
||||
('type', os.path.realpath(cdist_object.cdist_type.absolute_path), ),
|
||||
('type', os.path.realpath(
|
||||
cdist_object.cdist_type.absolute_path), ),
|
||||
]
|
||||
stderr_paths = []
|
||||
for stderr_name in os.listdir(cdist_object.stderr_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue