Skip to content

Commit

Permalink
Merge pull request #22 from elgris/patch-1
Browse files Browse the repository at this point in the history
Convert exception to string
  • Loading branch information
pglombardo authored Sep 19, 2017
2 parents bf5b3a4 + 42f593a commit 6e19bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instana/meter.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def collect_modules(self):

return r
except Exception as e:
l.error("collect_modules: ", e)
l.error("collect_modules: ", str(e))

return None

Expand Down

0 comments on commit 6e19bff

Please sign in to comment.