54
54
results = Popen(['./search-bugs','--package', '%s' % package, '--tags',
55
55
'apport-crash', '--within', '2', '-C'], stdout=PIPE).communicate()[0]
60
results = Popen(['./search-bugs','--package', '%s' % package, '--tags',
61
'apport-bug', '--within', '2', '-C'], stdout=PIPE).communicate()[0]