Skip to content

Commit

Permalink
use passed in missing value
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Sep 5, 2017
1 parent 57d771b commit 9a262de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcare_export/minilinq.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def __init__(self, table, headings, source, missing_value=None):
self.table = table
self.headings = headings
self.source = source
self.missing_value = missing_value or ''
self.missing_value = missing_value

@unwrap('cell')
def coerce_cell_blithely(self, cell):
Expand Down

0 comments on commit 9a262de

Please sign in to comment.