Skip to content

Commit

Permalink
Update confection/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Mitsch <[email protected]>
  • Loading branch information
polm and rmitsch authored Jan 12, 2023
1 parent 4097cad commit 5e5a46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions confection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def before_read(self, parser, section, option, value):
f"The value [{value}] seems to be single-quoted, but values "
"use JSON formatting, which requires double quotes."
)
except Exception:
pass
return super().before_read(parser, section, option, value)

def before_get(self, parser, section, option, value, defaults):
Expand Down

0 comments on commit 5e5a46b

Please sign in to comment.