[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.1-15-g5d738ba

Sandro Tosi morph at debian.org
Sat Apr 18 10:19:00 UTC 2009


The following commit has been merged in the master branch:
commit 5cd48b9d715455f3e5b74fe7a77751aba7f79fa8
Author: shawee <shawee at shawee-laptop.(none)>
Date:   Sat Apr 11 23:19:23 2009 +0200

    Correct /den/null to /dev/null

diff --git a/reportbug/utils.py b/reportbug/utils.py
index 6680bdd..acd3979 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -676,7 +676,7 @@ def get_debian_release_info():
     return debinfo
 
 def lsb_release_info():
-    return commands.getoutput('lsb_release -a 2>/den/null')
+    return commands.getoutput('lsb_release -a 2>/dev/null')
 
 def get_arch():
     arch = commands.getoutput('COLUMNS=79 dpkg --print-installation-architecture 2>/dev/null')

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list