diff --git a/processor/target_algorithm.py b/processor/target_algorithm.py index 35f618f..8cd3879 100644 --- a/processor/target_algorithm.py +++ b/processor/target_algorithm.py @@ -332,6 +332,7 @@ def processAlgorithm(self, parameters, context, feedback): # passing the simulation's config file os.path.join(inputDir, "config.ini"), progress=True, # show progress bars in console + feedback=feedback, # route progress to the QGIS progress bar instead ) tar.load_config()