NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 243

Show
Ignore:
Timestamp:
11/19/09 11:31:38
Author:
cbc
Message:

Fix syntax typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sodar/branches/scintec-branch/sodar/scintec/maindata.py

    r242 r243  
    3535        self.blocks = [block.strip() 
    3636                      for block in mnd.split('\n\n') 
    37                       if block.strip()]) 
     37                      if block.strip()] 
    3838        self.format_header = [line.strip() 
    3939                              for line in blocks[0].split('\n') 
    40                               if line.strip() 
     40                              if line.strip()] 
    4141        self.file_header = [line.strip() 
    4242                            for line in blocks[1].split('\n')