You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on MacOS. I have installed bullet 2.2.0 using pip.
When I running the following code, and press the down arrow,
frombulletimportInputcli=Input('Press down arrow: ', strip=True)
result=cli.launch()
I see error:
% python3 /tmp/a.py
Press down arrow: Traceback (most recent call last):
File "/tmp/a.py", line 3, in <module>
result = cli.launch()
File "/usr/local/lib/python3.9/site-packages/bullet/client.py", line 458, in launch
return result.strip() if self.strip else result
AttributeError: 'NoneType' object has no attribute 'strip'
%
This error does not happen when strip=False
The text was updated successfully, but these errors were encountered:
I am working on MacOS. I have installed bullet 2.2.0 using pip.
When I running the following code, and press the down arrow,
I see error:
This error does not happen when
strip=False
The text was updated successfully, but these errors were encountered: