Skip to content

Commit

Permalink
deactivate RecursionError
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Aug 14, 2020
1 parent 48ca445 commit d0fdacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/fields/field_info_container.py
Expand Up @@ -503,7 +503,7 @@ def check_derived_fields(self, fields_to_check=None):
# other builtin errors
# code smells -> those are very likely bugs
UnboundLocalError, # This should be fixed in #2850
RecursionError,
# RecursionError,
) as e:
if field in self._show_field_errors:
raise
Expand Down

0 comments on commit d0fdacb

Please sign in to comment.