src/hg/utils/automation/Encode.pm 1.57

1.57 2010/03/15 04:33:55 kate
Tweak error msg
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.56
retrieving revision 1.57
diff -b -B -U 4 -r1.56 -r1.57
--- src/hg/utils/automation/Encode.pm	15 Mar 2010 04:20:12 -0000	1.56
+++ src/hg/utils/automation/Encode.pm	15 Mar 2010 04:33:55 -0000	1.57
@@ -336,9 +336,9 @@
     if($daf{dafVersion} ne $dafVersion) {
         die "NOTICE:\n\n" .
                 "ENCODE pipeline 2.0 beta testing is in progress." . 
                 "Your wrangler will complete this submission and provide you" .
-                " with a version 2.0 DAF file to use future submissions.";
+                " with a version 2.0 DAF file to use for future submissions.\n";
         #die "ERROR(s) in DAF '$dafFile':\n\n" .
                 #"DAF version '$daf{dafVersion}' does not match current version: $dafVersion\n");
     }