Comment 34 for bug 346788

Revision history for this message
EroS (manuelcanepa) wrote :

Thanks!

# HACK : work around bug @see https://bugs.launchpad.net/rapache/+bug/346788
if not Shell.command.ask_password(): sys.exit(1)
#HACK END

That was my solution!