https://bugzilla.novell.com/show_bug.cgi?id=441078 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=441078#c8 --- Comment #8 from Ladislav Slezak <lslezak@novell.com> 2008-11-24 10:20:24 MST --- Sorry, the code excerpt in comment #6 is not compby this block: catch (zypp::Exception & excpt) { y2error("Pkg::SourceSaveAll has failed: %s", excpt.msg().c_str() ); _last_error.setLastError(ExceptionAsString(excpt)); return YCPBoolean(false); } see pkg-bindings/src/Source_Save.cc, line ~210 "Pkg::SourceSaveAll has failed" is not logged, so the caught exception must be RepoNotFoundException and nothing else. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.