Ver código fonte

Just some text changes in output in fasta loader

spficklin 12 anos atrás
pai
commit
321be0281a
1 arquivos alterados com 1 adições e 1 exclusões
  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
   tripal_db_commit_transaction();
-  print "Done\n";
+  print "\nDone\n";
 }
 
 /**