Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Theis <natetheis@gmail.com>2010-12-02 02:32:07 (GMT)
committer Nate Theis <natetheis@gmail.com>2010-12-02 02:32:07 (GMT)
commitd397fffaba457f9f50c04dd67e29df1401afcef7 (patch)
treeaa6396d6ad881ad34c87af2ebaf21269ea8afc5e
parent1a9fc4d1b399ad77a43696e3c597a0e9366aa7db (diff)
Be more consistent in callback syntaxesHEADmaster
-rw-r--r--burntools.py4
1 files changed, 1 insertions, 3 deletions
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,