diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-15 23:19:55 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-17 00:45:11 +0100 |
commit | 52a485a61a4a47263b2fd7cda44009afbfa3a8e0 (patch) | |
tree | ee8012224d1b1c20e257c2c8f763f6b05a9363a2 /solenv/bin | |
parent | 21675d2d49be13ba48d4fb444b618944a454bd9c (diff) |
solenv: installer: error.py legitimately occurs in urllib
Change-Id: I5a45d0f504ea05d80220d961006b1b1189cebdca
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/modules/installer/control.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm index 78b055bca986..8916b04b8b6e 100644 --- a/solenv/bin/modules/installer/control.pm +++ b/solenv/bin/modules/installer/control.pm @@ -331,6 +331,7 @@ sub check_logfile $compareline =~ s/Error\.ulf//g; # removing all occurrences of "Error.ulf" $compareline =~ s/Error\.idl//g; # removing all occurrences of "Error.idl" $compareline =~ s/Error\.html//g; # removing all occurrences of "Error.html" + $compareline =~ s/error\.py//g; # removing all occurrences of "error.py" $compareline =~ s/libgpg-error-0.dll//g; if ( $compareline =~ /\bError\b/i ) |