Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions processor/target_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down