Public bug reported:

Binary package hint: debpartial-mirror

Description:    Ubuntu 8.04.2
Release:        8.04

debpartial-mirror:
  Installed: 0.2.95

Problem Description:
Call: debpartial-mirror -c debpartial-mirror.conf  all mirror
Error: AttributeError: 'list' object has no attribute 'split'


Patch:
--- /usr/bin/debpartial-mirror.orig     2009-06-30 10:38:13.000000000 +0200
+++ /usr/bin/debpartial-mirror  2009-06-30 10:59:19.000000000 +0200
@@ -196,7 +196,7 @@ def main():
 
   # Verify if the section is valid
   if sect:
-    for s in sect.split():
+    for s in sect:
       if s != None and not cnf.has_section(s):
         print("Unknown MIRROR [%s] on '%s'."
               % (s, conffile))

Please consider pushing this fix upstream.

ProblemType: Bug
Architecture: i386
Date: Tue Jun 30 10:53:37 2009
DistroRelease: Ubuntu 8.04
Package: debpartial-mirror 0.2.95 [modified: usr/bin/debpartial-mirror]
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: debpartial-mirror
Uname: Linux 2.6.24-24-generic i686

** Affects: debpartial-mirror (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug

-- 
AttributeError: 'list' object has no attribute 'split'
https://bugs.launchpad.net/bugs/393780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to