IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2023, 4:54:03 PM (3 years ago)
Author:
eugene
Message:

fix sort for get_hosts_fixchip.sh; enable neb://any/path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/check_chip_locations.pl

    r42452 r42457  
    220220
    221221    # my ($ext_id) = $nebname =~ m|neb://\w*/(\S*)|; ---> what if we do not have the host.volnum portion? (this attempt fails)
    222     my ($ext_id) = $nebname =~ m|neb://[0-9a-zA-Z]*\.[0-9]/(\S*)|;
     222    my ($ext_id) = $nebname =~ m|neb://[0-9a-zA-Z\.]*/(\S*)|;
    223223    if ($DEBUG > 5) { print "nebname: $ext_id\n"; }
    224224   
Note: See TracChangeset for help on using the changeset viewer.