Release 4.8.4

This commit is contained in:
Darko Poljak 2018-04-20 14:31:10 +02:00
commit 09642142f4
2 changed files with 3 additions and 2 deletions

View file

@ -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):