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 86561ff commit 2dc437bCopy full SHA for 2dc437b
tcfl/ui_cli.py
@@ -205,7 +205,8 @@ def run_fn_on_each_targetspec(
205
# that we are going to do it so much, (hence the meh)
206
targetids = tcfl.targets.discovery_agent.rts_fullid_sorted
207
if not targetids:
208
- logger.error(f"No targets match the specification: {cli_args.target}")
+ logger.error(f"No targets match the specification (disabled?):"
209
+ f" {''.join(cli_args.target)}")
210
return 1
211
if only_one and len(targetids) > 1:
212
logger.error(
0 commit comments