|
|
@ -18,7 +18,7 @@ |
|
|
|
## ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS |
|
|
|
## SOFTWARE. |
|
|
|
# |
|
|
|
# $Id: reportbug_ui_text.py,v 1.9 2004-09-30 05:10:46 lawrencc Exp $ |
|
|
|
# $Id: reportbug_ui_text.py,v 1.10 2004-09-30 05:11:32 lawrencc Exp $ |
|
|
|
|
|
|
|
import commands, sys, os, re, math, string, debianbts, errno |
|
|
|
from reportbug_exceptions import * |
|
|
@ -434,11 +434,11 @@ def handle_bts_query(package, bts, mirrors=None, http_proxy="", |
|
|
|
srcstr = " (source)" |
|
|
|
|
|
|
|
if isinstance(package, StringTypes): |
|
|
|
ui.long_message( |
|
|
|
long_message( |
|
|
|
'Querying %s bug tracking system for reports on %s%s...\n', |
|
|
|
debianbts.SYSTEMS[bts]['name'], package, srcstr) |
|
|
|
else: |
|
|
|
ui.long_message( |
|
|
|
long_message( |
|
|
|
'Querying %s bug tracking system for reports on %s%s...\n', |
|
|
|
debianbts.SYSTEMS[bts]['name'], ' '.join([str(x) for x in |
|
|
|
package]), srcstr) |
|
|
|