Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/ismn.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2015-08-16 13:26:39 +0200
committerArthur de Jong <arthur@arthurdejong.org>2015-08-16 13:28:22 +0200
commit6afa8757386fa4c4c8e0d369679c7e4b771458c6 (patch)
treec38cc027ed8b7361d7bac11eeae7d39e8c91f5e0 /stdnum/ismn.py
parente88ba0b7cb372e2d9bf56bb291ea5ed2f53de840 (diff)
Turn on and improve branch coverage
Diffstat (limited to 'stdnum/ismn.py')
-rw-r--r--stdnum/ismn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/ismn.py b/stdnum/ismn.py
index a26d123..3de83f1 100644
--- a/stdnum/ismn.py
+++ b/stdnum/ismn.py
@@ -76,7 +76,7 @@ def ismn_type(number):
return None
if len(number) == 10:
return 'ISMN10'
- elif len(number) == 13:
+ else: # len(number) == 13:
return 'ISMN13'