[Bioperl-guts-l] bioperl commit
Shawn Hoon
shawnh at dev.open-bio.org
Mon Feb 10 06:04:39 EST 2003
Mon Feb 10 06:04:38 EST 2003
Update of /home/repository/bioperl/bioperl-pipeline/Bio/Pipeline
In directory dev:/tmp/cvs-serv29691
Modified Files:
Manager.pm
Log Message:
wrong usage of eval..removing evals anyways for running local
bioperl-pipeline/Bio/Pipeline Manager.pm,1.1,1.2
===================================================================
RCS file: /home/repository/bioperl/bioperl-pipeline/Bio/Pipeline/Manager.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /tmp/T0.Xaib6 2003-02-10 06:04:38.790008771 -0500
+++ /tmp/T1_Xaib6 2003-02-10 06:04:38.800004736 -0500
@@ -277,7 +277,7 @@
$new_job->status('SUBMITTED');
$new_job->make_filenames unless $job->filenames;
$new_job->update;
- eval "$new_job->run";
+ $new_job->run;
}else{
$batchsubmitter->add_job($new_job);
$new_job->status('SUBMITTED');
More information about the Bioperl-guts-l
mailing list