Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Code - Bug - Unclear Impact
-
Low
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
Looks like in Python 3, webbrowser._tryorder can be NoneType and throw error like below:
Traceback (most recent call last): File ".\bin\cqlsh.py", line 99, in <module> if len(webbrowser._tryorder) == 0: TypeError: object of type 'NoneType' has no len()