Skip to content

Commit

Permalink
Merge pull request #288 from anentropic/silent-failures
Browse files Browse the repository at this point in the history
Option to suppress exceptions with templatetags
  • Loading branch information
vstoykov authored Jul 22, 2024
2 parents aea457b + 491bc24 commit 4cbbc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagekit/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class MissingGeneratorId(Exception):


class MissingSource(ValueError):
pass
silent_variable_failure = True


# Aliases for backwards compatibility
Expand Down

0 comments on commit 4cbbc52

Please sign in to comment.