dpnishant / appmon

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

Import database as db error #64

Closed R3zk0n closed 6 years ago

R3zk0n commented 6 years ago

Hi all, Ive noticed that when running appmon, it will give you error stating that there was a issue on init.py line 67

Referring to that i see the code below


<<<<<<< HEAD
        try:
            artifact_value = artifact_value.replace("<", "&lt;").replace(">", "&gt;")
        except AttributeError as e:
            pass
=======
        artifact_value = artifact_value.replace("<", "&lt;").replace(">", "&gt;")
>>>>>>> 2eb209ce1d4b4d34b0c9dab94ca63c44079fbdae
      else

Removable of the Head and == and >> 2eb will allow the application to run normally. 👍

dpnishant commented 6 years ago

This issue is fixed in PR #66