python-dotenv icon indicating copy to clipboard operation
python-dotenv copied to clipboard

Add verbose parameter to functions

Open TheGeeKing opened this issue 2 years ago • 0 comments

Changed:

  • set_key and get_key have now verbose parameter. Default verbose was True for get_key, so set_key and get_key have True by default.
  • set_key use with_warn_for_invalid_lines so I added a verbose parameter to it which is by default True.
  • parse was also using with_warn_for_invalid_lines, it will by default be using self.verbose

Resolve https://github.com/theskumar/python-dotenv/issues/467

TheGeeKing avatar Aug 15 '23 16:08 TheGeeKing