Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tnelson-integral committed Nov 14, 2024
1 parent 060fc0b commit 2bd339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seat/stressor_receptor_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ def run(self):
# if the output file path is empty display a warning
if output_folder_name == "":
QgsMessageLog.logMessage(
"Output file path not given.", level=Qgis.MessageLevel.Warnin
"Output file path not given.", level=Qgis.MessageLevel.Warning
)

# Run Power Module
Expand Down

0 comments on commit 2bd339d

Please sign in to comment.