Changeset 27263
- Timestamp:
- 09/03/22 00:59:40 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/waitonlock.py
r27262 r27263 61 61 command += ' -i {}'.format(cluster.idfile) 62 62 port = 0 63 if isprop(cluster, 'port') &&cluster.port:63 if isprop(cluster, 'port') and cluster.port: 64 64 command += ' -p {} localhost'.format(port); 65 65 else:
Note:
See TracChangeset
for help on using the changeset viewer.