Changeset 3077 for trunk/GSASIIpath.py
- Timestamp:
- Sep 14, 2017 9:59:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r3075 r3077 134 134 if not host.strip(): return '','' 135 135 return host,port 136 return None,None 136 137 137 138 def setsvnProxy(host,port): … … 164 165 if sys.platform.startswith('win'): svnprog += '.exe' 165 166 host,port = getsvnProxy() 166 if GetConfigValue('debug') :167 if GetConfigValue('debug') and host: 167 168 print('Using proxy host {} port {}'.format(host,port)) 168 169 # add likely places to find subversion when installed with GSAS-II
Note: See TracChangeset
for help on using the changeset viewer.