mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-04-26 21:04:16 +02:00
27ef603acc
Use maxsplit=1 with line.split() to properly handle filenames containing spaces or newlines. Previously split() without maxsplit would incorrectly split './ok ok ok ok ok' into 6 parts instead of 2. Fixes: https://github.com/kellyjonbrazil/jc/issues/694