Revision: 22197
http://gmod.svn.sourceforge.net/gmod/?rev=22197&view=revAuthor: scottcain
Date: 2009-10-26 21:05:47 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
dumb logic error
Modified Paths:
--------------
schema/trunk/chado/lib/Bio/GMOD/DB/Adapter.pm
Modified: schema/trunk/chado/lib/Bio/GMOD/DB/Adapter.pm
===================================================================
--- schema/trunk/chado/lib/Bio/GMOD/DB/Adapter.pm 2009-10-26 20:02:14 UTC (rev 22196)
+++ schema/trunk/chado/lib/Bio/GMOD/DB/Adapter.pm 2009-10-26 21:05:47 UTC (rev 22197)
@@ -1277,7 +1277,7 @@
my ($name,$host,$time) = @result;
my ($progname,$pid) = split /\-/, $name;
- if ($progname = 'gmod_bulk_load_gff3.pl') {
+ if ($progname eq 'gmod_bulk_load_gff3.pl') {
print STDERR "\n\n\nWARNING: There is another gmod_bulk_load_gff3.pl process\n";
print STDERR "running on $host, with a process id of $pid\n";
print STDERR "which started at $time\n";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
Gmod-schema-cmts mailing list
Gmod-schema-cmts@...
https://lists.sourceforge.net/lists/listinfo/gmod-schema-cmts