Exclude untestable code
This commit is contained in:
parent
f7802308a2
commit
30d87f0143
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ try:
|
|||
)
|
||||
try:
|
||||
wizard_pool.register(post_wizard)
|
||||
except AlreadyRegisteredException:
|
||||
except AlreadyRegisteredException: # pragma: no cover
|
||||
if settings.DEBUG:
|
||||
raise
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in a new issue