build: Python3 compat and Win line-endings fixes (#26091)
This commit is contained in:
parent
f065b2ddef
commit
e9cd227b5b
4 changed files with 54 additions and 25 deletions
|
@ -7,7 +7,7 @@ from lib import git
|
|||
|
||||
|
||||
def export_patches(dirs, dry_run):
|
||||
for patch_dir, repo in dirs.iteritems():
|
||||
for patch_dir, repo in dirs.items():
|
||||
git.export_patches(repo=repo, out_dir=patch_dir, dry_run=dry_run)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue