Changeset 4994 for trunk/GSASIIpath.py


Ignore:
Timestamp:
Jul 8, 2021 6:38:57 PM (21 months ago)
Author:
toby
Message:

fix proxy from env var

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpath.py

    r4989 r4994  
    212212            pl = proxy.split(':')
    213213            if len(pl) < 2: continue
    214             host = pl[1]
     214            host = pl[1].strip('/')
    215215            port = ''
    216216            if len(pl) == 3:
Note: See TracChangeset for help on using the changeset viewer.