commit | 6c025e581949a8d3c0a37d50607b98466fac6dbe | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Tue Sep 12 13:07:57 2017 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Tue Sep 12 13:07:57 2017 +0200 |
tree | d4aad7ba3eb54786850a890e762568ea76d103ae | |
parent | d1fb0b4e51d98fd9f5f172878c6d89ec5e531499 [diff] |
fix typo in ingore_class_regexp
diff --git a/reclass/core.py b/reclass/core.py index c93ab14..e7c1551 100644 --- a/reclass/core.py +++ b/reclass/core.py
@@ -25,7 +25,7 @@ self._ignore_class_notfound = ignore_class_notfound self._input_data = input_data - if type(self._ignore_class_regexp) == type(''): + if type(ignore_class_regexp) == type(''): self._ignore_class_regexp = [ignore_class_regexp] else: self._ignore_class_regexp = ignore_class_regexp