Changeset 1995 in genesis for nodes


Ignore:
Timestamp:
Apr 12, 2004, 9:57:29 PM (21 years ago)
Author:
lodewijk
Message:

eerste regel was wit, zorg dat dat niet gebeurt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/prepconf.py

    r1980 r1995  
    33import re
    44
     5first = 1
     6
    57def parse_wleiden_conf(lines):
     8        global first
    69        essid = None
    710        wi = None
     
    2225                        match = re.match("^\$nodename='([^']*)';.*", l)
    2326                        if match != None:
    24                                 print ""
     27                                if first:
     28                                        first = 0
     29                                else:
     30                                        print ""
    2531                                print match.group(1).lower(),
    2632                        match = re.match("^\$config{'wi[0-9]*:[0-9].*", l)
Note: See TracChangeset for help on using the changeset viewer.