Changeset 24522


Ignore:
Timestamp:
01/14/20 20:21:37 (5 years ago)
Author:
jdquinn
Message:

CHG: Modification to short-circuit (missed closing parens)

File:
1 edited

Legend:

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

    r24521 r24522  
    127127    def checkconsistency(self, md, solution, analyses):  # {{{
    128128        #Early return
    129         if (solution != 'SealevelriseAnalysis') or (solution == 'TransientSolution' and not md.transient.isslr:
     129        if (solution != 'SealevelriseAnalysis') or (solution == 'TransientSolution' and not md.transient.isslr):
    130130            return md
    131131
Note: See TracChangeset for help on using the changeset viewer.