mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1754916 - Do not add extra newline to moz.yaml files when vendoring r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D138515
This commit is contained in:
parent
989f5c9cfd
commit
d15e6e9f9a
@ -348,7 +348,7 @@ class VendorManifest(MozbuildObject):
|
||||
assert len(replacements) == replaced
|
||||
|
||||
with open(yaml_file, "wb") as f:
|
||||
f.write(("".join(yaml) + "\n").encode("utf-8"))
|
||||
f.write(("".join(yaml)).encode("utf-8"))
|
||||
|
||||
def update_files(self, revision, yaml_file):
|
||||
def get_full_path(path, support_cwd=False):
|
||||
|
Loading…
Reference in New Issue
Block a user