Ignore:
Timestamp:
08/20/12 14:13:18 (13 years ago)
Author:
jschierm
Message:

CHG: Broaden isinstance criteria for python to consistently include unicode and long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/loadresultsfromdisk.py

    r13097 r13098  
    5353        else:
    5454
    55                 if not isinstance(md.private.solution,str):
     55                if not isinstance(md.private.solution,(str,unicode)):
    5656                        [md.private.solution]=EnumToString(md.private.solution)
    5757                md=postqmu(md)
Note: See TracChangeset for help on using the changeset viewer.