Changeset 25096


Ignore:
Timestamp:
06/22/20 10:38:13 (5 years ago)
Author:
jdquinn
Message:

CHG: Moved retrieval of Gmsh major version out of core and back to scripting side.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mesh/planet/gmsh/gmshplanet.py

    r25095 r25096  
    3333    gmshmajorversion = outs
    3434    if gmshmajorversion not in [3, 4]:
    35         raise RuntimeError('gmshplanet: Gmsh major version %s not supported!' % gmshmajorversion)
     35        raise RuntimeError("gmshplanet: Gmsh major version {} not supported!".format( gmshmajorversion))
    3636
    3737    #process options
Note: See TracChangeset for help on using the changeset viewer.