Traceback (most recent call last):
File "/path/to/oslquery/__init__.py", line 10, in <module>
os.add_dll_directory(path)
~~~~~~~~~~~~~~~~~~~~^^^^^^
File "<frozen os>", line 1165, in add_dll_directory
OSError: [WinError 87] The parameter is incorrect: 'C:'
```
Describe the bug
When running
import oslqueryin Python, and you have a invalid path likeC:in your environment variables, you will get a error.To Reproduce
On Windows:
C:toPATHC:and notC:\Evidence
Error message: