fix: avoid rich traceback for backup script
This commit is contained in:
parent
9eb44fa172
commit
8ab21914bd
|
@ -11,6 +11,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RATTAIL="/srv/envs/${envname}/bin/rattail --config=$CONFIG $PROGRESS $VERBOSE"
|
RATTAIL="/srv/envs/${envname}/bin/rattail --config=$CONFIG $PROGRESS $VERBOSE"
|
||||||
|
# nb. avoid rich-formatted traceback here since it's so "noisy"
|
||||||
|
export _TYPER_STANDARD_TRACEBACK=1
|
||||||
|
|
||||||
|
|
||||||
# sanity check
|
# sanity check
|
||||||
|
|
Loading…
Reference in a new issue