Skip to content

Commit

Permalink
Exclude untestable code
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 10, 2016
1 parent f780230 commit 30d87f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_blog/cms_wizards.py
Expand Up @@ -59,7 +59,7 @@ class PostWizard(Wizard):
)
try:
wizard_pool.register(post_wizard)
except AlreadyRegisteredException:
except AlreadyRegisteredException: # pragma: no cover
if settings.DEBUG:
raise
except ImportError:
Expand Down

0 comments on commit 30d87f0

Please sign in to comment.