pycodestyle

remotes/origin/4.11
Darko Poljak 6 years ago
parent 6bd34c74d3
commit 7c0ba0d5be
  1. 3
      cdist/core/explorer.py

@ -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…
Cancel
Save