Commit e1943717 authored by Łukasz Nowak's avatar Łukasz Nowak

fixup! grid: Do not upload to binary cache with shared parts

parent 66623e76
......@@ -202,7 +202,7 @@ class Software(object):
with open(installed_cfg, 'r') as installed_h:
installed = installed_h.read()
for part_list_directory in self.shared_part_list.split():
part_list_directory = part_list_directory.split()
part_list_directory = part_list_directory.strip()
if part_list_directory and part_list_directory in installed:
shared_used = True
break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment