We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074016a commit 2fb24cfCopy full SHA for 2fb24cf
mpssh
@@ -195,7 +195,7 @@ async def main() -> int:
195
)
196
else:
197
logging.error(
198
- f"Commands failed on hosts: {', '.join(failed_hosts)}",
+ f"Commands failed on {len(failed_hosts)} host{'' if len(failed_hosts) == 1 else 's'}: hosts: {', '.join(failed_hosts)}",
199
extra={"host": "all"},
200
201
return 1
0 commit comments