diff options
Diffstat (limited to 'libmat/parser.py')
| -rw-r--r-- | libmat/parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat/parser.py b/libmat/parser.py index 23cad6b..8e10ae9 100644 --- a/libmat/parser.py +++ b/libmat/parser.py | |||
| @@ -54,6 +54,7 @@ class GenericParser(object): | |||
| 54 | return True | 54 | return True |
| 55 | 55 | ||
| 56 | def _is_clean(self, fieldset): | 56 | def _is_clean(self, fieldset): |
| 57 | """ Helper method of the `is_clean` one """ | ||
| 57 | for field in fieldset: | 58 | for field in fieldset: |
| 58 | remove = self._should_remove(field) | 59 | remove = self._should_remove(field) |
| 59 | if remove is True: | 60 | if remove is True: |
