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

AptUpgrade() TypeError #4

Open
jessebobrien opened this issue Dec 8, 2012 · 0 comments
Open

AptUpgrade() TypeError #4

jessebobrien opened this issue Dec 8, 2012 · 0 comments

Comments

@jessebobrien
Copy link

example.py fails with a TypeError

[OK]
checking: CommandReq grep -q "deb http://download.virtualbox.org/virtualbox/debian precise non-free contrib" /etc/apt/sources.list||
echo "deb http://download.virtualbox.org/virtualbox/debian precise non-free contrib" >> /etc/apt/sources.list
executing command: grep -q "deb http://download.virtualbox.org/virtualbox/debian precise non-free contrib" /etc/apt/sources.list||
echo "deb http://download.virtualbox.org/virtualbox/debian precise non-free contrib" >> /etc/apt/sources.list
[OK]
Traceback (most recent call last):
File "example.py", line 39, in
AptUpgrade(),
File "/home/jobrien/Development/bork/bork/base_req.py", line 44, in satisfy
satisfy_deps(self.deps, make_satisfied=True)
File "/home/jobrien/Development/bork/bork/base_req.py", line 5, in satisfy_deps
print 'checking: %s' % dep
File "/home/jobrien/Development/bork/bork/apt_reqs.py", line 64, in str
return "AptReq with packages %s " % ', '.join(self.packages) + self.deps_str()
TypeError

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