issues
search
dropbox
/
pynsot
A Python client and CLI utility for the Network Source of Truth (NSoT) REST API.
https://pynsot.readthedocs.io
Other
46
stars
25
forks
source link
Fix #88 - Bugfix when parsing attribute values containing commas
#114
Closed
jathanism
closed
8 years ago
jathanism
commented
8 years ago
Commas are now valid characters and are not treated specially to provide multiple values for a list-type Attribute.
Attribute-values may not contain commands when performing bulk adds. This will be addressed in a future update.
Updated requirements-dev: ipdb==0.9.3