Changeset 6553


Ignore:
Timestamp:
Jan 4, 2009, 11:32:17 PM (16 years ago)
Author:
roland
Message:

Made a simple script that checks which antenna's we have in WL.
Added some output to genesis_to_exodus.py

Location:
trunk/exodus/scripts
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exodus/scripts/genesis_to_exodus.py

    r6548 r6553  
    206206                    conn.commit()
    207207
    208     import pdb; pdb.set_trace() ;
    209208    non_alias = (i for i in ethernet if not ":" in i)
    210209    for i in non_alias:
     
    214213                p2p = config.get(j, 'point_to_point')
    215214                cursor.execute('SELECT iface FROM ifaceip where ip = ?', (p2p,))
    216                 print cursor.fetchone()
     215                print "%s has link to %s" %( j, cursor.fetchall())
    217216               
    218217             
Note: See TracChangeset for help on using the changeset viewer.