Skip to content

Commit

Permalink
Merge pull request #554 from danangmassandy/feature/553-clear-log
Browse files Browse the repository at this point in the history
Clear log
  • Loading branch information
Samweli authored Nov 11, 2024
2 parents ee39595 + b5d49fb commit 908e7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cplus_plugin/gui/qgis_cplus_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,7 @@ def run_analysis(self):
Creates new QgsTask, progress dialog and report manager
for each new scenario analysis.
"""
self.log_text_box.clear()

extent_list = PILOT_AREA_EXTENT["coordinates"]
default_extent = QgsRectangle(
Expand Down

0 comments on commit 908e7d2

Please sign in to comment.