Comment 9 for bug 397480

Revision history for this message
Free Ekanayaka (free.ekanayaka) wrote : Re: [Bug 397480] Re: Client captures stderr from run_command when constructing hash-id-databases url

Thanks Chris!

[1]

After some IRC discussion and double check of smart.backends.deb.base.getArchitecture,
I changed the check to "if arch is None", which anyway should never be executed, as
getArchitecture always returns a string.

[2]

Fixed.

[3]

The test was actually there, but buried in mocker expectation, we
cleared this out on IRC.