Changeset 25370
- Timestamp:
- Sep 14, 2009, 12:22:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r24831 r25370 82 82 my $cur_dir = getcwd(); 83 83 #print STDERR "cur_dir is $cur_dir\n"; 84 my $request_name = "web " . get_webreq_num();84 my $request_name = "web_" . get_webreq_num(); 85 85 my $request_file = "$cur_dir/$request_name.fits"; 86 86 { … … 136 136 } 137 137 138 print "$req_id ";138 print "$req_id $request_name"; 139 139 140 140 exit 0;
Note:
See TracChangeset
for help on using the changeset viewer.
