From d397fffaba457f9f50c04dd67e29df1401afcef7 Mon Sep 17 00:00:00 2001 From: Nate Theis Date: Thu, 02 Dec 2010 02:32:07 +0000 Subject: Be more consistent in callback syntaxes --- diff --git a/burntools.py b/burntools.py index 1bddbe7..2710cb4 100644 --- a/burntools.py +++ b/burntools.py @@ -81,9 +81,7 @@ class WodimWrapper(): self.wodim_process.expect(trackstartmatcher) match = self.wodim_process.match.groupdict() - startsector = int(match['startsector']) - - self.trackstart_cb(startsector) + self.trackstart_cb(match) while True: linetype = self.wodim_process.expect([trackprogressmatcher, -- cgit v0.9.1