dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.56k stars 276 forks source link

Error handling on replacing characters #59

Closed kceleslie closed 6 years ago

kceleslie commented 6 years ago

The aritifact_value variable doesnt always have a replace method (for example when its an integer). Added a try block to catch the AttributeError exception

dpnishant commented 6 years ago

Thank you for the PR.