Changeset 32897 for trunk/ippdor/src/executables/ippdor_chip_to_warp.py
- Timestamp:
- Dec 8, 2011, 11:31:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdor/src/executables/ippdor_chip_to_warp.py
r32894 r32897 44 44 def __init__(self, 45 45 label, 46 recipient, 47 host='ippdb01.ifa.hawaii.edu', 48 user='ipp', 49 passwd='ipp'): 46 recipient): 50 47 """ 51 48 The constructor: … … 54 51 - creates a local directory 55 52 """ 56 Gpc1Manager.__init__(self, recipient=recipient , host=host, user=user, passwd=passwd)53 Gpc1Manager.__init__(self, recipient=recipient) 57 54 self.label = label 58 55 if self.is_label_used(): … … 231 228 print 'Aborting' 232 229 sys.exit(4) 233 if os.getenv('USER') == 'ippdor': 234 BUILDER = ChipWarpBuilder(LABEL, RECIPIENT) 235 else: 236 BUILDER = ChipWarpBuilder(LABEL, RECIPIENT, host='ipp0012.ifa.hawaii.edu') 230 BUILDER = ChipWarpBuilder(LABEL, RECIPIENT) 237 231 # Check exposures 238 232 EXPOSURES_IDS = dict()
Note:
See TracChangeset
for help on using the changeset viewer.
