wodny / ncdu-export

Standalone ncdu export feature
GNU General Public License v3.0
34 stars 9 forks source link

Fix issue when scanning fs root, missing files + some PEP8 love #3

Closed jose1711 closed 7 years ago

jose1711 commented 7 years ago

when ncdu-export is invoked with / as a start path it produces a file ncdu cannot parse. also, scanning breaks on missing files (try scanning /proc). a few PEP8-related fixes are introduced as well.

wodny commented 7 years ago

Thanks for the work. I solved the root scanning problem differently so I will just close the PR. I've added you to contributors list because your help was essential to fixing this.