Public bug reported:

Binary package hint: apport-retrace

[EMAIL PROTECTED]:/var/crash$ apport-retrace bogus
ERROR: bogus is neither an existing report file nor a Launchpad bug numer
[EMAIL PROTECTED]:/var/crash$ 

last word on message should be 'number'.

Additionally I think the bad parameter should be enclosed in quotes to
ease on understanding.

Tentative patch follows:

--- bin/apport-retrace  2007-03-12 05:06:58.000000000 -0500
+++ new-bin/apport-retrace      2007-03-12 10:39:23.000000000 -0500
@@ -343,8 +343,8 @@
     lpbug = reportfile
     reportfile = None
 else:
-    print >> sys.stderr, 'ERROR: %s is neither an existing report file nor a \
-Launchpad bug numer' % reportfile
+    print >> sys.stderr, 'ERROR: \'%s\' is neither an existing report file nor 
a \
+Launchpad bug number ' % reportfile
     sys.exit(1)
 
 if options.core_file:

** Affects: apport (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
apport-retrace - typo on error message
https://launchpad.net/bugs/91680

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to