X-dark / plugin.makemkvbluray

make mkv plugin for XBMC
6 stars 1 forks source link

Fixed some python errors #3

Closed ac3d912 closed 10 years ago

ac3d912 commented 10 years ago

I believe the original intent was to verify whether or not the the Popen's returncode was not eq 0. I also removed the self.message ... not sure where that was supposed to be defined, but it isn't defined here; replaced it with a log message.

I also added some checks to the killMkv so it isn't just wildly trying to execute commands regardless of the actual OS.

X-dark commented 10 years ago

Thanks. Next time please try to split your commit as you've made two unrelated changes.