Skip to content

Commit

Permalink
mandatority default fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Dec 19, 2019
1 parent 06d369e commit f70bf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_metadata/edi/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class EdiField(object):

verbose_type = 'Alphanumeric field'

def __init__(self, size, mandatory=None, *args, **kwargs):
def __init__(self, size, mandatory=False, *args, **kwargs):
self._size = size
self._mandatory = mandatory

Expand Down

0 comments on commit f70bf92

Please sign in to comment.