Skip to content

Commit

Permalink
lint: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Mar 6, 2024
1 parent 10919a1 commit 408d2cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/nebulagraph_lite/nebulagraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,10 @@ def _run_udocker(self, command: str, env: str = None):
f"udocker command failed with return code {result.returncode}"
)
if output and self._debug:
fancy_print(f"Info: [DEBUG] udocker command output:\n{output.decode()}", color="blue")
fancy_print(
f"Info: [DEBUG] udocker command output:\n{output.decode()}",
color="blue",
)
return result

def _run_udocker_ps_filter(self, filter: str):
Expand Down

0 comments on commit 408d2cb

Please sign in to comment.