syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

syntool.py: don't cast to integer unless we need to #90

Closed jcnelson closed 8 years ago

jcnelson commented 10 years ago

When parsing arguments, we shouldn't cast to integer (or dict, or list) unless the argument it represents needs to have that associated type. For example, a password of "1" should be valid, and kept as a string.

jcnelson commented 8 years ago

No longer valid--there are no integer-only arguments.