Changeset 27263


Ignore:
Timestamp:
09/03/22 00:59:40 (3 years ago)
Author:
jdquinn
Message:

BUG: Syntax

File:
1 edited

Legend:

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

    r27262 r27263  
    6161                command += ' -i {}'.format(cluster.idfile)
    6262            port = 0
    63             if isprop(cluster, 'port') && cluster.port:
     63            if isprop(cluster, 'port') and cluster.port:
    6464                command += ' -p {} localhost'.format(port);
    6565            else:
Note: See TracChangeset for help on using the changeset viewer.