Changeset 6913


Ignore:
Timestamp:
Apr 28, 2009, 11:56:44 AM (15 years ago)
Author:
rwilson
Message:

Change to output if password required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/utilities/system_tools.py

    r6904 r6913  
    467467    # Get auth info from user if still not supplied
    468468    if httpproxy is None or proxyuser is None or proxypass is None:
    469         print '-'*52
     469        print '-'*72
    470470        print ('You need to supply proxy authentication information.')
    471471        if httpproxy is None:
     
    481481        else:
    482482            print 'HTTP proxy password was supplied: %s' % '*'*len(proxyuser)
    483         print '-'*52
     483        print '-'*72
    484484
    485485    # the proxy URL cannot start with 'http://', we add that later
Note: See TracChangeset for help on using the changeset viewer.