Procházet zdrojové kódy

Just some text changes in output in fasta loader

spficklin před 12 roky
rodič
revize
321be0281a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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";
 }
 
 /**