We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9403aad commit 20d16c2Copy full SHA for 20d16c2
pandas_datareader/_testing.py
@@ -25,7 +25,7 @@ def wrapper(*args, **kwargs):
25
try:
26
f(*args, **kwargs)
27
except exp as e:
28
- skip(e)
+ skip(str(e))
29
30
return wrapper
31
0 commit comments