mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix repr for the linter
This commit is contained in:
parent
4ee723ac0f
commit
a09f20ab45
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ def _run(cmd,
|
|||
else:
|
||||
raise CommandExecutionError(
|
||||
'Environment could not be retrieved for User \'{0}\':'
|
||||
' missing a marker, got err={1!r} out={2!r}'.format(
|
||||
' missing a marker, got err={1} out={2}'.format(
|
||||
runas,
|
||||
repr(env_encoded_err),
|
||||
repr(env_encoded_org)
|
||||
|
|
Loading…
Add table
Reference in a new issue