浏览代码

Just some text changes in output in fasta loader

spficklin 12 年之前
父节点
当前提交
321be0281a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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";
 }
 
 /**