Add one more debug line and a possible fix for the total releasables number not displayed problem
authorDario Sestito <darios@symbian.org>
Fri, 03 Sep 2010 11:18:29 +0100
changeset 292 3c4e66eaef4a
parent 291 66b0448c2de4
child 293 e9c03eb287f9
Add one more debug line and a possible fix for the total releasables number not displayed problem
uh_parser/releaseables.pm
--- a/uh_parser/releaseables.pm	Thu Sep 02 17:58:49 2010 +0100
+++ b/uh_parser/releaseables.pm	Fri Sep 03 11:18:29 2010 +0100
@@ -270,7 +270,8 @@
 	
 	for my $file (@files)
 	{
-		$file =~ /$::releaseablesdir[\\\/](.*)[\\\/]info\.tsv/;
+		print "counting distinct releasables in file $file\n";
+		$file =~ /$::releaseablesdir[\\\/]*(.*)[\\\/]info\.tsv/;
 		my $package = $1;
 		$package =~ s,\\,/,g;