Skip to content

Commit

Permalink
ignore sim115
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Oct 22, 2024
1 parent 565a1c0 commit fe7d511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dolphin/io/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def repack_raster(
import rasterio as rio

if output_dir is None:
output_file = tempfile.NamedTemporaryFile(
output_file = tempfile.NamedTemporaryFile( # noqa: SIM115
suffix=raster_path.suffix, dir=output_dir, delete=False
)
output_path = Path(output_file.name)
Expand Down

0 comments on commit fe7d511

Please sign in to comment.