Comment 1 for bug 191610

Revision history for this message
Niall Sheridan (niall) wrote :

Forgot the traceback.

nsheridan@nonsense:~(0)$ auth-client-config --help
Traceback (most recent call last):
  File "/usr/sbin/auth-client-config", line 957, in <module>
    opts = process_args()
  File "/usr/sbin/auth-client-config", line 776, in process_args
    profiles = getProfileNames()
  File "/usr/sbin/auth-client-config", line 217, in getProfileNames
    names = getProfiles().keys()
  File "/usr/sbin/auth-client-config", line 190, in getProfiles
    for key, value in cdict.items(p):
  File "/usr/lib/python2.5/ConfigParser.py", line 557, in items
    for option in options]
  File "/usr/lib/python2.5/ConfigParser.py", line 593, in _interpolate
    profiles = getProfileNames()