Closed teeks99 closed 4 years ago
When adding a windows path to an environment variable:
set PYSNMPMIBDIRS=C:\local\mibs
The path is corrupted because the colon (":") is a split point in the string.
When adding a windows path to an environment variable:
The path is corrupted because the colon (":") is a split point in the string.