Changeset 315 for SH_SHM/trunk


Ignore:
Timestamp:
02/03/2011 10:10:20 AM (13 years ago)
Author:
marcus
Message:

r155 | walther | 2011-02-03 10:09:43 +0100 (Do, 03 Feb 2011) | 1 line

typo @shebang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/seed_io/sfdline.py

    r303 r315  
    1 #! /bin/env python 
     1#! /usr/bin/env python 
    22 
    33import sys 
     
    8484    if not len(args): 
    8585        parser.error("Missing MSEED file for inspection.") 
    86          
     86 
    8787    if len(args) == 1 and opts.overwrite: 
    8888        parser.error("Option 'overwrite' set, but no output file given!") 
Note: See TracChangeset for help on using the changeset viewer.