pycodestyle

This commit is contained in:
Darko Poljak 2019-04-22 21:11:36 +02:00
parent 6bd34c74d3
commit 7c0ba0d5be
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,8 @@ class Explorer(object):
path = os.path.join(self.local.type_path,
cdist_type.explorer_path,
explorer)
stderr_path = os.path.join(self.local.stderr_base_path, "remote")
stderr_path = os.path.join(self.local.stderr_base_path,
"remote")
raise cdist.CdistObjectExplorerError(
cdist_object, explorer, path, stderr_path, e)