Changeset 315 for SH_SHM/trunk
- Timestamp:
- 02/03/2011 10:10:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/seed_io/sfdline.py
r303 r315 1 #! / bin/env python1 #! /usr/bin/env python 2 2 3 3 import sys … … 84 84 if not len(args): 85 85 parser.error("Missing MSEED file for inspection.") 86 86 87 87 if len(args) == 1 and opts.overwrite: 88 88 parser.error("Option 'overwrite' set, but no output file given!")
Note: See TracChangeset
for help on using the changeset viewer.