Skip to content

Commit 8c5d9cb

Browse files
committed
fix syntax error
1 parent 4a9ba8f commit 8c5d9cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

singer/schema_generation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def add_observations(acc, path, data):
3636
add_observation(acc, path + ["number"])
3737
return acc
3838
except (ValueError, TypeError):
39+
pass
3940
try:
4041
# If the string parses as a date, add an observation that it's a date
4142
dateutil.parser.parse(data)

0 commit comments

Comments
 (0)