Skip to content

Commit

Permalink
Merge pull request #183 from hotosm/hotfixes
Browse files Browse the repository at this point in the history
fix: filespec made optional in the filterdata class
  • Loading branch information
robsavoye authored Aug 22, 2023
2 parents d22d639 + 5afcedb commit 3f047c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm_fieldwork/filter_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

class FilterData(object):
def __init__(self,
filespec: str,
filespec: str = None
):
"""
Expand Down

0 comments on commit 3f047c3

Please sign in to comment.