mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Fix path to grass descriptions in processing2ui script
This commit is contained in:
parent
b757ca0770
commit
3bd7b74ee8
@ -35,7 +35,7 @@ die "directory $ARGV[0] not found" unless -d $ARGV[0];
|
||||
|
||||
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>);
|
||||
|
Loading…
x
Reference in New Issue
Block a user