Skip to content

Commit

Permalink
Merge branch 'master' into requires_salt_state_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm0d authored Jan 6, 2020
2 parents 7a0f297 + 439743d commit ce5cadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/engines/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _get_serializer(output):
try:
return getattr(serializers, output)
except AttributeError:
raise CommandExecutionError("Unknown serializer '%s' found for output option", output)
raise CommandExecutionError('Unknown serializer `{}` found for output option'.format(output))


def start(cmd, output='json', interval=1):
Expand Down

0 comments on commit ce5cadc

Please sign in to comment.