Skip to content

Commit d7e7767

Browse files
committed
formatting
1 parent d59d521 commit d7e7767

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

render_machine/actions/prepare_repositories.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ def _prepare_rerender(self, render_context: RenderContext):
106106
module_metadata = render_context.plain_module.load_module_metadata()
107107
if not module_metadata or "functionalities" not in module_metadata:
108108
render_context.dispatch_error(
109-
"module_metadata.json is missing or incomplete. "
110-
"Please re-render the module from the beginning."
109+
"module_metadata.json is missing or incomplete. " "Please re-render the module from the beginning."
111110
)
112111
return "error", None
113112

0 commit comments

Comments
 (0)