Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theskumar/python-dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Text-Neck-Hub/python-dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 10, 2026

  1. Fix: update test_find_dotenv_no_file_raise to expect FileNotFoundErro…

    …r Updated test_main.py (line 351) to replace IOError with FileNotFoundError so that the test matches the updated exception handling in main.py.
    creepereye1204 authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    7b5afcf View commit details
    Browse the repository at this point in the history
  2. Fix: Use FileNotFoundError for file not found in main.py Replaced IOE…

    …rror with FileNotFoundError on line 377 of main.py to use a more specific and appropriate exception for file not found errors.
    creepereye1204 authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    a0d925f View commit details
    Browse the repository at this point in the history
Loading