Changeset 4989 for trunk/GSASIIpath.py
- Timestamp:
- Jul 2, 2021 5:06:54 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r4987 r4989 212 212 pl = proxy.split(':') 213 213 if len(pl) < 2: continue 214 host = ':'.join(pl[0:2])214 host = pl[1] 215 215 port = '' 216 216 if len(pl) == 3:
Note: See TracChangeset
for help on using the changeset viewer.