Changeset 8517 in genesis for nodes/get-network-status.py


Ignore:
Timestamp:
Sep 27, 2010, 5:42:30 PM (14 years ago)
Author:
rick
Message:

Exception handling to a yet unknown error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/get-network-status.py

    r8447 r8517  
    229229    for line in output:
    230230      m = r.match(line)
     231      if not m:
     232        print "## ERROR Unable to parse '%s'" % line
     233        continue
    231234      ip = m.group(1)
    232235      # Replace spaces in MAC with :
Note: See TracChangeset for help on using the changeset viewer.