Bug 408811, assert when Stage finds a file it doesn't know how to deal with, r=rhelmer
git-svn-id: svn://10.0.0.236/trunk@244000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5982fb6110
commit
946bf5ee57
@ -658,7 +658,8 @@ sub IsValidLocaleDeliverable {
|
||||
$locale = $parts[$partsCount - 4];
|
||||
$platform = $DELIVERABLE_TO_PLATFORM{$parts[$partsCount - 3]};
|
||||
} else {
|
||||
$this->Log(msg => "WARNING: Unknown file type in tree: $dirent");
|
||||
die('ASSERT: IsValidLocaleDeliverable(): Unknown file type in tree: ' .
|
||||
$dirent);
|
||||
}
|
||||
|
||||
foreach my $allowedPlatform (@{$this->{'localeManifest'}->{$locale}}) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user