diff --git a/cdist/core/code.py b/cdist/core/code.py index 85e689d0..05280aa5 100644 --- a/cdist/core/code.py +++ b/cdist/core/code.py @@ -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)