Better error message. Turns out that "source-dir ." doesn't work for this reason.

wilder
David Faure 12 years ago
parent f538d4e0e3
commit a61faf26ce
  1. 2
      modules/ksb/Updater/KDEProjectMetadata.pm

@ -32,7 +32,7 @@ sub ignoredModules
# ignore file and propagate that information to our context object.
my $fh = pretend_open($path) or
croak_internal("Unable to read ignore data: $!");
croak_internal("Unable to read ignore data from $path: $!");
my $ctx = $self->module()->buildContext();
my @ignoreModules = map { chomp $_; $_ } # 3 Remove newlines

Loading…
Cancel
Save