This commit is contained in:
a 2024-04-25 22:49:10 +02:00 committed by Noorhteen Raja NJ
parent 0aceced733
commit 52c96c9dd5

View file

@ -1188,7 +1188,6 @@ The file should contain a function with the signature
) )
XONSH_TRACE_SUBPROC = Var( XONSH_TRACE_SUBPROC = Var(
default=always_false, default=always_false,
convert=to_bool_or_int,
doc="Set to ``True`` or ``1`` to show arguments list of every executed subprocess command. " doc="Set to ``True`` or ``1`` to show arguments list of every executed subprocess command. "
"Use ``2`` to have full specification.", "Use ``2`` to have full specification.",
) )