Browse Source

Just some text changes in output in fasta loader

spficklin 12 years ago
parent
commit
321be0281a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_feature/includes/fasta_loader.inc

+ 1 - 1
tripal_feature/includes/fasta_loader.inc

@@ -568,7 +568,7 @@ function tripal_feature_load_fasta($dfile, $organism_id, $type,
   
   
   // commit the transaction
   // commit the transaction
   tripal_db_commit_transaction();
   tripal_db_commit_transaction();
-  print "Done\n";
+  print "\nDone\n";
 }
 }
 
 
 /**
 /**