diff --git a/digital_land/package/datasetparquet.py b/digital_land/package/datasetparquet.py index 76b091fa..19ac5200 100644 --- a/digital_land/package/datasetparquet.py +++ b/digital_land/package/datasetparquet.py @@ -85,7 +85,9 @@ def create_temp_table(self, input_paths): ) """ self.conn.execute(query) - except duckdb.Error as e: # Catch specific DuckDB error when running border collection + except ( + duckdb.Error + ) as e: # Catch specific DuckDB error when running border collection if "Value with unterminated quote" in str(e): dataframes = [] for file_path in input_paths_str: