Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calling with -H option causes traceback #28

Closed
mmohring opened this issue May 2, 2013 · 1 comment
Closed

calling with -H option causes traceback #28

mmohring opened this issue May 2, 2013 · 1 comment

Comments

@mmohring
Copy link
Contributor

mmohring commented May 2, 2013

on openSUSE 12.1, current git master of osc

osc -H -A https://api.opensuse.org ls
Traceback (most recent call last):
File "/usr/bin/osc", line 26, in
r = babysitter.run(osccli)
File "/usr/lib/python2.7/site-packages/osc/babysitter.py", line 60, in run
return prg.main()
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 337, in main
self.postoptparse()
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 131, in postoptparse
override_verbose = self.options.verbose)
File "/usr/lib/python2.7/site-packages/osc/conf.py", line 971, in get_config
init_basicauth(config)
File "/usr/lib/python2.7/site-packages/osc/conf.py", line 563, in init_basicauth
AbstractHTTPHandler.init = urllib2_debug_init
NameError: global name 'AbstractHTTPHandler' is not defined

@marcus-h
Copy link
Member

marcus-h commented May 2, 2013

Fixed in commit 5e0ef46.

Marcus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants