On Wed, Aug 16, 2017 at 8:17 AM, Markus Armbruster wrote:
> Eduardo Habkost writes:
>
>> On Tue, Aug 15, 2017 at 10:10:12AM +0200, Markus Armbruster wrote:
>>> Please spell "Python" with a capital "P" (it's a proper name).
>>>
>>> Amador Pahim writes:
>>>
>>> > Let's provide extra control and fl
Eduardo Habkost writes:
> On Tue, Aug 15, 2017 at 10:10:12AM +0200, Markus Armbruster wrote:
>> Please spell "Python" with a capital "P" (it's a proper name).
>>
>> Amador Pahim writes:
>>
>> > Let's provide extra control and flexibility by using python logging
>> > system instead of print and
On Tue, Aug 15, 2017 at 10:10:12AM +0200, Markus Armbruster wrote:
> Please spell "Python" with a capital "P" (it's a proper name).
>
> Amador Pahim writes:
>
> > Let's provide extra control and flexibility by using python logging
> > system instead of print and/or sys.std*.write().
> >
> > Sign
Please spell "Python" with a capital "P" (it's a proper name).
Amador Pahim writes:
> Let's provide extra control and flexibility by using python logging
> system instead of print and/or sys.std*.write().
>
> Signed-off-by: Amador Pahim
How exactly does this change error messages?
Is logging
On Mon, Jul 31, 2017 at 4:50 PM, Eduardo Habkost wrote:
> On Mon, Jul 31, 2017 at 10:51:06AM +0200, Amador Pahim wrote:
>> Let's provide extra control and flexibility by using python logging
>> system instead of print and/or sys.std*.write().
>>
>> Signed-off-by: Amador Pahim
>> ---
>> scripts/q
On Mon, Jul 31, 2017 at 10:51:06AM +0200, Amador Pahim wrote:
> Let's provide extra control and flexibility by using python logging
> system instead of print and/or sys.std*.write().
>
> Signed-off-by: Amador Pahim
> ---
> scripts/qemu.py | 16 +---
> 1 file changed, 13 insertions(+)
Let's provide extra control and flexibility by using python logging
system instead of print and/or sys.std*.write().
Signed-off-by: Amador Pahim
---
scripts/qemu.py | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/scripts/qemu.py b/scripts/qemu.py
index 77565