Skip to content

Commit 6e19bff

Browse files
authored
Merge pull request #22 from elgris/patch-1
Convert exception to string
2 parents bf5b3a4 + 42f593a commit 6e19bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/meter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def collect_modules(self):
205205

206206
return r
207207
except Exception as e:
208-
l.error("collect_modules: ", e)
208+
l.error("collect_modules: ", str(e))
209209

210210
return None
211211

0 commit comments

Comments
 (0)