Fix pycodestyle error E128

If fixing E128, the E501 would occur. A bigger change was required.
This commit is contained in:
matze 2020-07-26 19:35:31 +02:00
parent 2c298c22ea
commit 839c4440b5

View file

@ -213,7 +213,8 @@ class Code:
# The libraries should be over there, too
'__library': self.remote.global_library_path,
'__type_library': os.path.join(self.remote.type_path,
cdist_object.cdist_type.library_path),
'__type_library': os.path.join(
self.remote.type_path,
cdist_object.cdist_type.library_path),
}
return self._run_code(cdist_object, 'remote', env=env)