Bug 1729060 - [taskgraph] Add '-J' warning back in when comparing diffs, r=taskgraph-reviewers,bhearsum

Differential Revision: https://phabricator.services.mozilla.com/D124837
This commit is contained in:
Andrew Halberstadt 2021-09-08 20:31:46 +00:00
Родитель 07b4805381
Коммит 92e2a8c3e5
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -416,6 +416,13 @@ def show_taskgraph(options):
print(diff_output)
if options["format"] != "json":
print(
"If you were expecting differences in task bodies "
'you should pass "-J"\n',
file=sys.stderr,
)
if len(parameters) > 1:
print("See '{}' for logs".format(logdir), file=sys.stderr)