Changeset 17126
- Timestamp:
- 01/16/14 16:11:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/os/issmscpout.py
r13170 r17126 1 import socket 1 from socket import gethostname 2 2 import subprocess 3 3 import os … … 12 12 13 13 #get hostname 14 hostname= socket.gethostname().lower().split('.')[0]14 hostname=gethostname(); 15 15 16 16 #if hostname and host are the same, do a simple copy
Note:
See TracChangeset
for help on using the changeset viewer.