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.", )