diff options
Diffstat (limited to 'src/buildstream/_artifact.py')
-rw-r--r-- | src/buildstream/_artifact.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_artifact.py b/src/buildstream/_artifact.py index cf82a1636..ac33f041c 100644 --- a/src/buildstream/_artifact.py +++ b/src/buildstream/_artifact.py @@ -193,7 +193,6 @@ class Artifact: log_filename = context.messenger.get_log_filename() if log_filename: digest = self._cas.add_object(path=log_filename) - element._build_log_path = self._cas.objpath(digest) log = artifact.logs.add() log.name = os.path.basename(log_filename) log.digest.CopyFrom(digest) |