Skip to content

Commit

Permalink
[hoppy] Fix typo for 'UNKNOWN' constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
DePierre committed Feb 27, 2017
1 parent e46ff5e commit 03ec890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptp/tools/hoppy/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ def parse_report(self):
'headers': parsed_response[0][0].strip() + '\n\n',
'body': parsed_response[0][1].strip() + '\n\n'
})
self.data.append({'ranking': constants.UNKOWN, 'transactions': data})
self.data.append({'ranking': constants.UNKNOWN, 'transactions': data})
return self.data

0 comments on commit 03ec890

Please sign in to comment.