From 52c96c9dd5a002411a3d86b5b4905b4fd280dab6 Mon Sep 17 00:00:00 2001 From: a <1@1.1> Date: Thu, 25 Apr 2024 22:49:10 +0200 Subject: [PATCH] wip --- xonsh/environ.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xonsh/environ.py b/xonsh/environ.py index 45060ecb7..882025570 100644 --- a/xonsh/environ.py +++ b/xonsh/environ.py @@ -1188,7 +1188,6 @@ The file should contain a function with the signature ) XONSH_TRACE_SUBPROC = Var( default=always_false, - convert=to_bool_or_int, doc="Set to ``True`` or ``1`` to show arguments list of every executed subprocess command. " "Use ``2`` to have full specification.", )