Changeset 15493


Ignore:
Timestamp:
07/15/13 16:40:32 (12 years ago)
Author:
cborstad
Message:

BUG: typo in IOError call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/organizer.py

    r14640 r15493  
    113113                                return md
    114114                else:
    115                         raise IOerror("Could not find '%s'" % path)
     115                        raise IOError("Could not find '%s'" % path)
    116116        #}}}
    117117        def perform(self,string):    # {{{
Note: See TracChangeset for help on using the changeset viewer.