Fix pycodestyle error E128
If fixing E128, the E501 would occur. A bigger change was required.
This commit is contained in:
parent
2c298c22ea
commit
839c4440b5
1 changed files with 3 additions and 2 deletions
|
@ -213,7 +213,8 @@ class Code:
|
||||||
|
|
||||||
# The libraries should be over there, too
|
# The libraries should be over there, too
|
||||||
'__library': self.remote.global_library_path,
|
'__library': self.remote.global_library_path,
|
||||||
'__type_library': os.path.join(self.remote.type_path,
|
'__type_library': os.path.join(
|
||||||
cdist_object.cdist_type.library_path),
|
self.remote.type_path,
|
||||||
|
cdist_object.cdist_type.library_path),
|
||||||
}
|
}
|
||||||
return self._run_code(cdist_object, 'remote', env=env)
|
return self._run_code(cdist_object, 'remote', env=env)
|
||||||
|
|
Loading…
Add table
Reference in a new issue