Loading buildstream/element.py +1 −1 Original line number Diff line number Diff line Loading @@ -1746,7 +1746,7 @@ class Element(Plugin): # Notify successfull download display_key = self._get_brief_display_key() self.info("Downloaded artifact {}".format(display_key)) self.info("Pulled artifact {}".format(display_key)) return True # _skip_push(): Loading tests/testutils/runcli.py +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ class Result(): return list(pushed) def get_pulled_elements(self): pulled = re.findall(r'\[\s*pull:(\S+)\s*\]\s*INFO\s*Downloaded artifact', self.stderr) pulled = re.findall(r'\[\s*pull:(\S+)\s*\]\s*INFO\s*Pulled artifact', self.stderr) if pulled is None: return [] Loading Loading
buildstream/element.py +1 −1 Original line number Diff line number Diff line Loading @@ -1746,7 +1746,7 @@ class Element(Plugin): # Notify successfull download display_key = self._get_brief_display_key() self.info("Downloaded artifact {}".format(display_key)) self.info("Pulled artifact {}".format(display_key)) return True # _skip_push(): Loading
tests/testutils/runcli.py +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ class Result(): return list(pushed) def get_pulled_elements(self): pulled = re.findall(r'\[\s*pull:(\S+)\s*\]\s*INFO\s*Downloaded artifact', self.stderr) pulled = re.findall(r'\[\s*pull:(\S+)\s*\]\s*INFO\s*Pulled artifact', self.stderr) if pulled is None: return [] Loading