From 9b1d372d1c12b433dfdd1312f5bfcd49666dcd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 7 Jan 2024 23:13:31 -0500 Subject: [PATCH] Update stds_import.py --- python/grass/temporal/stds_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/grass/temporal/stds_import.py b/python/grass/temporal/stds_import.py index 5dfe9ddbc08..0c8d8646121 100644 --- a/python/grass/temporal/stds_import.py +++ b/python/grass/temporal/stds_import.py @@ -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