summaryrefslogtreecommitdiff
path: root/mat
diff options
context:
space:
mode:
authorjvoisin2011-12-23 23:59:50 +0100
committerjvoisin2011-12-23 23:59:50 +0100
commit82776ce3beb8a3a7a4465832980e846498d1e542 (patch)
treee274cf1b2e0c7a7741bae068d979199fbc87a483 /mat
parentc2bf35d22d57482288800424bcdc1bb173b81e05 (diff)
Fix more bug in gui !
Diffstat (limited to 'mat')
-rw-r--r--mat/parser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mat/parser.py b/mat/parser.py
index ebab297..651b244 100644
--- a/mat/parser.py
+++ b/mat/parser.py
@@ -61,9 +61,10 @@ class GenericParser(object):
61 ''' 61 '''
62 Remove all the files that are compromizing 62 Remove all the files that are compromizing
63 ''' 63 '''
64 self._remove_all(self.editor) 64 state = self._remove_all(self.editor)
65 hachoir_core.field.writeIntoFile(self.editor, self.output) 65 hachoir_core.field.writeIntoFile(self.editor, self.output)
66 self.do_backup() 66 self.do_backup()
67 return state
67 68
68 def _remove_all(self, fieldset): 69 def _remove_all(self, fieldset):
69 try: 70 try: