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

Commit

Permalink
Merge pull request #33 from aspear/fix-corrupted-chars-issue
Browse files Browse the repository at this point in the history
Fix for issue with corrupted UTF-8 chars
  • Loading branch information
an2deg authored Aug 18, 2017
2 parents ecb12cb + c8a79f0 commit b0818a6
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 b0818a6

Please sign in to comment.