mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-25 16:18:35 -04:00
Merge remote-tracking branch 'upstream/develop' into xap
This commit is contained in:
@@ -11,7 +11,7 @@ from qmk.commands import get_chunks
|
||||
def dos2unix_run(files):
|
||||
"""Spawn multiple dos2unix subprocess avoiding too long commands on formatting everything
|
||||
"""
|
||||
for chunk in get_chunks(files, 10):
|
||||
for chunk in get_chunks([normpath(file).as_posix() for file in files], 10):
|
||||
dos2unix = cli.run(['dos2unix', *chunk])
|
||||
|
||||
if dos2unix.returncode:
|
||||
|
||||
Reference in New Issue
Block a user