Skip to content

Commit

Permalink
Merge branch 'microsoft:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ttthree authored Sep 11, 2023
2 parents 51dc151 + 0676540 commit adedf52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def append_line(self, line):

parts = line.split(':', maxsplit=1)
if len(parts) < 2:
raise ValueError("Bad format: Each line must could be splited into two parts by ':'.")
raise ValueError("Bad format: Each line must could be splitted into two parts by ':'.")

prefix = parts[0]
data = parts[1].strip()
Expand Down

0 comments on commit adedf52

Please sign in to comment.