banesullivan / scooby

🐶 🕵️ Great Dane turned Python environment detective
MIT License
47 stars 12 forks source link

File System unknown #78

Closed prisae closed 2 years ago

prisae commented 2 years ago

I get a

File system : unknown

Related to #76

Before, this section was omitted if not found (mainly because psutil is not installed). With #76, it is shown even if unknown.

[Message was edited to reflect what I found for creating #80.]

banesullivan commented 2 years ago

I've also been getting this on my PC

I think it is related to #75

prisae commented 2 years ago

If unknown is all we get on any OS then we better take File system out until we have a proper fix, what do you think?

Maybe @PythonFZ has an idea (from #61)?

banesullivan commented 2 years ago

I agree - we should at least not include it if unknown

prisae commented 2 years ago

I guess before #75 it was only added if know: https://github.com/banesullivan/scooby/pull/76/files#diff-bfe54eedc8e3af9341489a2259b89db0a55fa7851c3396c69121084db4dd8656L348-R346

prisae commented 2 years ago

I'll quick have a stab.