pycodestyle
This commit is contained in:
parent
6bd34c74d3
commit
7c0ba0d5be
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue