Index: trunk/ippScripts/scripts/nightly_science.pl
===================================================================
--- trunk/ippScripts/scripts/nightly_science.pl	(revision 42577)
+++ trunk/ippScripts/scripts/nightly_science.pl	(revision 42640)
@@ -1844,6 +1844,6 @@
                     ($comment_hash_good{$this_comment} == $this_exp_id)) {
                     push @keep_warps, $this_warp;
-                    my $this_date  = ${ $this_warp }[2];
-                    my $chunk_name  = ${ $this_warp }[6];
+                    $this_date  = ${ $this_warp }[2];
+                    $chunk_name  = ${ $this_warp }[6];
 
 	            #do not continue if you encounter exposures that finished cam stage but have not yet continued to warp (i.e. stuck in between stages)
@@ -2248,6 +2248,6 @@
                     ($comment_hash_good{$this_comment} == $this_exp_id)) {
                     push @keep_warps, $this_warp;
-                    my $this_date  = ${ $this_warp }[2];
-                    my $chunk_name  = ${ $this_warp }[6];
+                    $this_date  = ${ $this_warp }[2];
+                    $chunk_name  = ${ $this_warp }[6];
 
 	            #do not continue if you encounter exposures that finished cam stage but have not yet continued to warp (i.e. stuck in between stages)
