Previous patch was tested only with single files arguments, thus missing the usage of "os.path.walk()" (that was removed on 3.0). Use "os.walk()" instead, that has been available since Python 2.3. Change-Id: Ia290bebaa950466ac5f1d978f0a5e710a8e3da88 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5696 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>