Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
remove trailing log line
Browse files Browse the repository at this point in the history
  • Loading branch information
Roulbac committed Aug 2, 2023
1 parent cd64171 commit db69473
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flojoy/flojoy_node_venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ def TORCH_NODE(default: Matrix) -> Matrix:
logging.error(
f"[ _install_pip_dependencies ] Failed to install pip dependencies into virtual environment from the provided list: {pip_dependencies}. The virtual environment under {venv_path} has been deleted."
)
logging.error(
)
# Log every line of e.stderr
for line in e.stderr.decode().splitlines():
logging.error(f"[ _install_pip_dependencies ] {line}")
Expand Down

0 comments on commit db69473

Please sign in to comment.