- Timestamp:
- Aug 11, 2015, 5:22:20 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tools/stsci_disks/p3_permcheck.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/stsci_disks/p3_permcheck.pl
r38679 r38680 127 127 my ($ipp_copies,$stsci_copies) = check_instances($key); 128 128 } 129 129 if ($ipp_copies == 1) { 130 $neb->replicate($key,$rand_vol); 131 print ">> REP: $key $rand_vol\n"; 132 sleep(5); 133 my ($ipp_copies,$stsci_copies) = check_instances($key); 134 } 130 135 if ($ipp_copies >= 2) { 131 136 $good ++;
Note:
See TracChangeset
for help on using the changeset viewer.
