зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
07b4805381
Коммит
92e2a8c3e5
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче