anilshanbhag / RobinhoodShell

A command line shell for trading stocks using Robinhood
MIT License
411 stars 94 forks source link

Exceptions.nameerror object has no attribute upper #21

Closed austinvlewis closed 5 years ago

austinvlewis commented 5 years ago
raise NameError('Invalid Symbols: ' + ",".join(stocks)).upper() #TODO: custom exception

AttributeError: 'exceptions.NameError' object has no attribute 'upper'

Saw where this was an issue previously. Am still running into it though any suggestions? Occurs when I try to view my portfolio

anilshanbhag commented 5 years ago

Fixed this issue.