Skip to content

Commit

Permalink
Update stds_import.py
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Jan 8, 2024
1 parent e167cdc commit 07d4db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/grass/temporal/stds_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def import_stds(
# Extraction filters were added in Python 3.12,
# and backported to 3.8.17, 3.9.17, 3.10.12, and 3.11.4
# See https://docs.python.org/3.12/library/tarfile.html#tarfile-extraction-filter
tar.extractall(path=directory, filter='data')
tar.extractall(path=directory, filter="data")
tar.close()

# We use a new list file name for map registration
Expand Down

0 comments on commit 07d4db6

Please sign in to comment.