Skip to content

Commit

Permalink
Fix contextmanager definition in test_readers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jan 10, 2024
1 parent 64eedbc commit 529de8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/test_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def _local_file(tmp_path_factory, filename: str) -> Iterator[Path]:
tmp_path = tmp_path_factory.mktemp("local_files")
local_filename = tmp_path / filename
local_filename.touch()
return local_filename
yield local_filename


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 529de8f

Please sign in to comment.