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

Commit

Permalink
apply black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Roulbac committed Aug 2, 2023
1 parent 1be1c19 commit c660dfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flojoy/flojoy_node_venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ def wrapper(*args, **kwargs):
# Fetch exception and formatted traceback (list[str])
exception, tcb = result
# Reraise an exception with the same class
logging.error(f"[ run_in_venv ] Error in child process with the following traceback:\n{''.join(tcb)}")
logging.error(
f"[ run_in_venv ] Error in child process with the following traceback:\n{''.join(tcb)}"
)
raise exception
return result

Expand Down

0 comments on commit c660dfd

Please sign in to comment.