Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
if type_str is None:
raise GPGeneralizeException("No such entity type")
- # For formattting reasons, align the length of the entities
+ # For formatting reasons, align the length of the entities
longest = entity_type_to_string(ENTITY_NETWORK_PATH)
type_str = type_str.center(len(longest), '_')
findex = line.find('"')
parameters[current_arg] = line[:findex]
line = line[findex + 1:]
- # Skip past delimeter
+ # Skip past delimiter
elif line[:1] == ',':
line = line[1:]
current_arg += 1