[Libreoffice-commits] core.git: solenv/bin
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Jul 18 16:23:13 UTC 2018
solenv/bin/pack_images.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4611abcb226a19ed6d33f8c15623a754fd312e73
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jul 18 13:30:21 2018 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jul 18 18:22:47 2018 +0200
Related: rhbz#1602589 copy_paste_error: 'global_image_list'
Change-Id: I4151819d5c628a85f487f7d9a8358e92553aaf03
Reviewed-on: https://gerrit.libreoffice.org/57639
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/solenv/bin/pack_images.py b/solenv/bin/pack_images.py
index bd75b9044210..d63bb968c0b5 100644
--- a/solenv/bin/pack_images.py
+++ b/solenv/bin/pack_images.py
@@ -511,7 +511,7 @@ def parse_image_list(imagelist_filenames):
if line.startswith('%MODULE%'):
key = line.replace('%MODULE%/', '')
- if key in global_image_list:
+ if key in module_image_list:
module_image_list[key] += 1
else:
module_image_list[key] = 0
More information about the Libreoffice-commits
mailing list