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