We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: