Benjamin Drolet

Results 1 issues of Benjamin Drolet

# Issue If an empty dict exists for `tel.params` in https://github.com/nbeaver/vcard2csv/blob/87649422a72e8d0c338f561efb931b779bb01f4a/vcard2csv.py#L34-L35 ```python elif vCard.version.value == '3.0': if 'CELL' in tel.params['TYPE']: ``` ```bash Traceback (most recent call last): File "/Users/ben/src/vcard2csv/vcard2csv.py", line...