Ignore:
Timestamp:
10/14/19 23:52:16 (5 years ago)
Author:
bdef
Message:

Fixing some more extraneous spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/GetIds.py

    r24214 r24226  
    1 #! / usr / bin / env python
     1#!/usr/bin/env python
    22from IdToName import *
    33from IdFromString import *
     
    6262            # no recognizable ids or id formats
    6363    if np.size(ids) == 0 and not np.all(np.equal(ids_names, None)):
    64         raise RuntimeError('runme.py: GetIds.py: include and exclude options (- i / - -    id; - in / - -    include_name; - e / - -    exclude; - en / - -    exclude_name) options must follow GetIds usage format:\n' + GetIds.__doc__)
     64        raise RuntimeError('runme.py: GetIds.py: include and exclude options (-i / --id; -in / --include_name; - e / --exclude; - en / --exclude_name) options must follow GetIds usage format:\n' + GetIds.__doc__)
    6565
    6666    return np.array(ids).astype(int)
Note: See TracChangeset for help on using the changeset viewer.