Skip to content

Commit

Permalink
Merge pull request #1780 from napalm-automation/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mirceaulinic committed Oct 24, 2022
2 parents a802eaf + 434cdf1 commit f8ba9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm/base/utils/string_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def colon_separated_string_to_dict(
dictionary[line_data[0].strip()] = None
else:
raise Exception(
"Something went wrong parsing the colo separated string {}".format(line)
f"Something went wrong parsing the colon separated string:\n\n{line}"
)
return dictionary

Expand Down

0 comments on commit f8ba9b8

Please sign in to comment.