소스 검색

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";
 }
 
 /**