We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d9b91 commit 24df6d9Copy full SHA for 24df6d9
alpaca_trade_api/entity.py
@@ -52,7 +52,7 @@ def __init__(self, raw):
52
super().__init__(raw)
53
try:
54
self.legs = [Order(o) for o in self.legs]
55
- except:
+ except Exception:
56
# No order legs existed
57
pass
58
0 commit comments