Changeset 27683 for issm/trunk-jpl/src/m/solve/waitonlock.py
- Timestamp:
- 04/05/23 13:24:19 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/waitonlock.py
r27263 r27683 60 60 if isprop(cluster, 'idfile') and cluster.idfile != '': 61 61 command += ' -i {}'.format(cluster.idfile) 62 port = 063 62 if isprop(cluster, 'port') and cluster.port: 64 command += ' -p {} localhost'.format( port);63 command += ' -p {} localhost'.format(cluster.port); 65 64 else: 66 65 command += ' {}'.format(cluster.name)
Note:
See TracChangeset
for help on using the changeset viewer.