[Biopython-dev] Notification: incoming/119

biopython-bugs at bioperl.org biopython-bugs at bioperl.org
Thu Jan 30 08:36:33 EST 2003


JitterBug notification

new message incoming/119

Message summary for PR#119
	From: djaeggi at imim.es
	Subject: Bug in Pathway/Rep/MultiGraph.py
	Date: Thu, 30 Jan 2003 08:36:32 -0500
	0 replies 	0 followups

====> ORIGINAL MESSAGE FOLLOWS <====

>From djaeggi at imim.es Thu Jan 30 08:36:32 2003
Received: from localhost (localhost [127.0.0.1])
	by pw600a.bioperl.org (8.12.6/8.12.6) with ESMTP id h0UDaW7E011150
	for <biopython-bugs at pw600a.bioperl.org>; Thu, 30 Jan 2003 08:36:32 -0500
Date: Thu, 30 Jan 2003 08:36:32 -0500
Message-Id: <200301301336.h0UDaW7E011150 at pw600a.bioperl.org>
From: djaeggi at imim.es
To: biopython-bugs at bioperl.org
Subject: Bug in Pathway/Rep/MultiGraph.py
X-Spam-Status: No
X-Scanned-By: MIMEDefang 2.26 (www . roaringpenguin . com / mimedefang)

Full_Name: Daniel Jaeggi
Module: Pathway/Rep/MultiGraph.py
Version: 
OS: 
Submission from: (NULL) (193.146.190.216)


Hi

There's a variable naming problem in the two subroutines: bf_search and
df_search.

The argument "graph" is passed to both subroutines but is no longer
referenced... the variable "g" is used instead.

This is fixed by a simple renaming of "graph" to "g" in the argument list.

Thanks!




More information about the Biopython-dev mailing list