etingof / snmpclitools

Pure-Python SNMP management tools
http://snmplabs.com/snmpclitools/
BSD 2-Clause "Simplified" License
53 stars 16 forks source link

Can't use windows paths in environment variables. #13

Closed teeks99 closed 4 years ago

teeks99 commented 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.