[Biopython-dev] [Bug 1949] New: Biopython Nexus: Trees.py. Check for False fails

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Sun Feb 12 15:49:03 EST 2006


http://bugzilla.open-bio.org/show_bug.cgi?id=1949

           Summary: Biopython Nexus: Trees.py. Check for False fails
           Product: Biopython
           Version: Not Applicable
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: biopython-dev at biopython.org
        ReportedBy: wb at binf.ku.dk


Line 383 in Trees.py should be changed from:

    if not newroot_subtree: 

to:

    if newroot_subtree == False

The problem arises whenever the value of newroot_subtree is 0.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Biopython-dev mailing list