[00:22] veebers: https://code.launchpad.net/~elopio/autopilot/fix1257059-log_move/+merge/197438 [00:23] * veebers looks [00:23] my tests are passing. I don't know why the others are failing. Any idea? [00:24] elopio: hmm, which test? there is a test that started failing all of a sudden recently [00:24] veebers: autopilot.tests.functional.test_ap_apps.QtTests.test_can_launch_upstart_app [00:25] elopio: hmm just saw that in the log. No idea sorry, looks like the app failed to launch? Shame there is no useful log there, seems like an issue [00:27] veebers: yes, failed to start. But well, when you are free you can take a look at the tests I added and tell me if that's what you expected. [00:29] elopio: line 63 would be better as super().__init__(*args, **kwargs) [00:30] elopio: or would you prefer comments in the MP [00:30] veebers: it's the same to me. [00:31] veebers: do I have to make it compatible with python 2 ? [00:31] or just calling super() is ok? [00:31] elopio: no, python3 all the way :-) [00:32] :D [00:33] updated. [00:35] elopio: sweet cheers. Looks good with a cursory look. Will give a detailed review later on, just trying to clear my plate a little [00:36] veebers: ok, thanks. [00:57] veebers: hum, something goes crazy when I call supper instead of logging.Handler. [00:57] maybe it was there for a reason. I'll investigate further a little later. [00:57] elopio: ok, perhaps I missed something and made a bad recommendation [00:57] oh, I know. Stupid [00:57] I don't need the self parameter now. [00:58] elopio: ah right, yeah :-) === barry` is now known as barry