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

get_packages_name returns filter object, should return list #756

Closed
pgagne opened this issue Mar 1, 2019 · 0 comments
Closed

get_packages_name returns filter object, should return list #756

pgagne opened this issue Mar 1, 2019 · 0 comments

Comments

@pgagne
Copy link
Contributor

pgagne commented Mar 1, 2019

Looks like we need to update this for python 3

Traceback (most recent call last):
  File "/home/jenkins/shiningpanda/jobs/c63d637c/virtualenvs/d41d8cd9/lib/python3.6/site-packages/fabric/main.py", line 763, in main
    *args, **kwargs
  File "/home/jenkins/shiningpanda/jobs/c63d637c/virtualenvs/d41d8cd9/lib/python3.6/site-packages/fabric/tasks.py", line 387, in execute
    multiprocessing
  File "/home/jenkins/shiningpanda/jobs/c63d637c/virtualenvs/d41d8cd9/lib/python3.6/site-packages/fabric/tasks.py", line 277, in _execute
    return task.run(*args, **kwargs)
  File "/home/jenkins/shiningpanda/jobs/c63d637c/virtualenvs/d41d8cd9/lib/python3.6/site-packages/fabric/tasks.py", line 174, in run
    return self.wrapped(*args, **kwargs)
  File "/home/jenkins/workspace/satellite6-RCM-compose/automation_tools/utils.py", line 159, in compare_builds
    list1.sort()
AttributeError: 'filter' object has no attribute 'sort'
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