Skip to content

Commit

Permalink
FIX: Fixes for updated geoplot and tarfile security issue. (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Jun 25, 2024
1 parent 5e0c2fc commit d6d3a3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/utils/io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def unpack_tar(
files.extend(result)
tar.close()
except tarfile.ReadError:
print(f"\nCould not extract files from {tar_file}")
print("Could not extract files from the tar_file")

if return_files is False:
files = str(out_dir)
Expand Down
Binary file modified tests/plotting/baseline/test_geoplot_tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6d3a3f

Please sign in to comment.