Changeset 21174


Ignore:
Timestamp:
08/31/16 10:42:11 (9 years ago)
Author:
glperez
Message:

FIX: Probably a simple typo causing python tests to fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mesh/triangle.py

    r21172 r21174  
    4545
    4646        #Check that file exist (this is a very very common mistake)
    47         if not os.path.exists(domainfile):
    48                 raise IOError("file '%s' not found" % domainfile)
     47        if not os.path.exists(domainname):
     48                raise IOError("file '%s' not found" % domainname)
    4949
    5050        #Mesh using TriMesh
Note: See TracChangeset for help on using the changeset viewer.