mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 13:36:02 -03:30
makes censor characters consistent
This commit is contained in:
@@ -19,3 +19,4 @@ PRIVILEGE_ESCALATION_METHODS = [
|
||||
ANSI_SGR_PATTERN = re.compile(r'\x1b\[[0-9;]*m')
|
||||
CAN_CANCEL = ('new', 'pending', 'waiting', 'running')
|
||||
ACTIVE_STATES = CAN_CANCEL
|
||||
TOKEN_CENSOR = '************'
|
||||
|
||||
Reference in New Issue
Block a user