We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d6a9c commit 60f966eCopy full SHA for 60f966e
1 file changed
activity_browser/ui/wizards/db_import_wizard.py
@@ -883,7 +883,7 @@ def run_extract_import(self) -> None:
883
self.downloader.out_path = self.archive_path
884
with tempfile.TemporaryDirectory() as tempdir:
885
temp_dir = Path(tempdir)
886
- self.run_extract(tempdir)
+ self.run_extract(Path(self.archive_path), temp_dir)
887
if not import_signals.cancel_sentinel:
888
# Working with ecoinvent 7z file? look for 'datasets' dir
889
eco_dir = temp_dir.joinpath("datasets")
0 commit comments