Skip to content

Commit 7defe45

Browse files
committed
Fix formatting
1 parent 9b97d85 commit 7defe45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

timeflux_ui/nodes/ui.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ def _find_path(self, path):
107107
full_path = os.path.join(base, path)
108108
if os.path.isdir(full_path):
109109
return full_path
110-
raise WorkerLoadError(f"Directory `{path}` could not be found in the search path.")
110+
raise WorkerLoadError(
111+
f"Directory `{path}` could not be found in the search path."
112+
)
111113

112114
def _run(self, server):
113115
self._loop.run_until_complete(server)

0 commit comments

Comments
 (0)