Skip to content

Commit

Permalink
Fix path to grass descriptions in processing2ui script
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 8, 2023
1 parent c256ae2 commit 1dd70c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/processing2ui.pl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sub xmlescape {

my %strings;

for my $f (<python/plugins/processing/algs/grass*/description/*.txt>) {
for my $f (<python/plugins/grassprovider/description/*.txt>) {
open I, $f;
binmode(I, ":utf8");
my $name = scalar(<I>);
Expand Down

0 comments on commit 1dd70c7

Please sign in to comment.