X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fcheck.py;h=0fe2719fc0c0a9bbe1ba00710ebca408ccffc901;hb=HEAD;hp=70bd8d5d731266da430f749016df6c310a163d34;hpb=8d1405685572cb63212adce7bd78dc6f6428ba42;p=lttng-docs.git diff --git a/tools/check.py b/tools/check.py index 70bd8d5..0fe2719 100644 --- a/tools/check.py +++ b/tools/check.py @@ -169,7 +169,7 @@ def _main(): if checker.has_error: return 1 - print(colored('All good!', 'green', attrs=['bold'])) + print(colored('{}: All good!'.format(args.infile), 'green', attrs=['bold'])) return 0