Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sas_discover: unorderable types in Python 3 #9

Closed
thiell opened this issue Aug 29, 2017 · 0 comments
Closed

sas_discover: unorderable types in Python 3 #9

thiell opened this issue Aug 29, 2017 · 0 comments

Comments

@thiell
Copy link
Member

thiell commented Aug 29, 2017

$ sas_discover 
Traceback (most recent call last):
  File "/usr/bin/sas_discover", line 9, in <module>
    load_entry_point('sasutils==0.3.8', 'console_scripts', 'sas_discover')()
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 387, in main
    root = SDRootNode(name=root_name, baseobj=root_obj, disp=disp)
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 50, in __init__
    self.resolve()
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 128, in resolve
    self.add_child(SDHostNode, sas_host, last=last)
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 102, in add_child
    self.adv_prompt(self.proffset, last)))
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 50, in __init__
    self.resolve()
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 154, in resolve
    self.add_child(SDExpanderNode, expander, nphys=nphys, last=last)
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 102, in add_child
    self.adv_prompt(self.proffset, last)))
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 50, in __init__
    self.resolve()
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 186, in resolve
    SDHostNode.resolve(self)
  File "/usr/lib/python3.4/site-packages/sasutils/cli/sas_discover.py", line 149, in resolve
    ports = sorted(self.baseobj.ports, key=portsortfunc)
TypeError: unorderable types: tuple() < list()
@thiell thiell closed this as completed in f2a229c Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant