mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
(cherry picked from commit 2e1c50c891)
This commit is contained in:
committed by
John Kleinschmidt
parent
fec42919ed
commit
915fc3d62d
@@ -123,7 +123,7 @@ def main(argv):
|
||||
for patch in patches:
|
||||
filename = get_file_name(patch)
|
||||
with open(os.path.join(out_dir, filename), 'w') as f:
|
||||
f.write('\n'.join(remove_patch_filename(patch)))
|
||||
f.write('\n'.join(remove_patch_filename(patch)).rstrip('\n') + '\n')
|
||||
pl.write(filename + '\n')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user