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 get this error when I try to run python pdcalc.py:
Traceback (most recent call last):
File "pdcalc.py", line 45, in <module>
if args.instance.startswith("http"):
AttributeError: 'NoneType' object has no attribute 'startswith'