kozaka-tv / Rocksmith-Servant

MIT License
6 stars 5 forks source link

Refactor file_utils.py #235

Open kozaka-tv opened 3 months ago

kozaka-tv commented 3 months ago

TODO refactor all this: cdlc_files = [] >> get_files(cdlc_files, directory) >> why like this? This method should just return the new set. or was it not recursive? And that's the why it is like that?