Skip to content

Commit

Permalink
Fix wrong WindFilepathParam label
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelegissi committed Aug 19, 2023
1 parent e2402a9 commit 790d6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis2fds_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def get(cls, algo, parameters, context, feedback, project):

class WindFilepathParam:
label = "wind_filepath"
desc = "Wind text file"
desc = "Wind *.csv file"
default = ""
optional = True

Expand Down

0 comments on commit 790d6ae

Please sign in to comment.