Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
At line 368 in '# Extract optional flag' there were UTF-8 bytes that …
Browse files Browse the repository at this point in the history
…sure appear like they were a mistake/corruption of the file. They occur after the comment start, so it seems clear they were a mistake, removing them.
  • Loading branch information
aspear committed Aug 17, 2017
1 parent ecb12cb commit c8a79f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyraml/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def parse_method_responses(ctx):
responseKey = responseKeyItem
if isinstance(responseKeyItem, str):

# Extract optional flag
# Extract optional flag
responseKeySplit = responseKeyItem.split("?")
responseKey = responseKeySplit[0]

Expand Down

0 comments on commit c8a79f0

Please sign in to comment.