Commit e67459df by Toshio Kuratomi

Fix docstring of parse_value() to be informative

parent 3a50393c
...@@ -313,8 +313,8 @@ class InventoryParser(object): ...@@ -313,8 +313,8 @@ class InventoryParser(object):
@staticmethod @staticmethod
def _parse_value(v): def _parse_value(v):
''' '''
Does something with something and returns something. Not for mere Attempt to transform the string value from an ini file into a basic python object
mortals such as myself to interpret. (int, dict, list, unicode string, etc).
''' '''
if "#" not in v: if "#" not in v:
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment