mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1786062 - Part 2: Fix pylint failure in vendor_rust.py CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D155474
This commit is contained in:
parent
b9da521e9e
commit
7bf48df86c
@ -824,6 +824,11 @@ license file's hash.
|
||||
{},
|
||||
"Unknown vet error. Run `./mach cargo vet` for more information.",
|
||||
)
|
||||
failed = True
|
||||
|
||||
# If we failed when checking the crates list and/or running `cargo vet`,
|
||||
# stop before invoking `cargo vendor`.
|
||||
if failed:
|
||||
return False
|
||||
|
||||
res = subprocess.run(
|
||||
|
Loading…
Reference in New Issue
Block a user