Skip to content

Commit

Permalink
Disable fancy call_output
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 25, 2023
1 parent 3651477 commit 7a1169f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def get_path_env_var(env_var, default):

create_package_retries = 1

use_fancy_call_output = get_bool_env_var("COCONUT_FANCY_CALL_OUTPUT", not WINDOWS)
use_fancy_call_output = get_bool_env_var("COCONUT_FANCY_CALL_OUTPUT", False)
call_timeout = 0.01

max_orig_lines_in_log_loc = 2
Expand Down

0 comments on commit 7a1169f

Please sign in to comment.