summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifact.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-05-11 08:44:42 +0200
committerJürg Billeter <j@bitron.ch>2020-05-27 06:18:41 +0200
commit9826e115a4bb6f44524145c33f82ca4af13847e3 (patch)
treeb4644984ab887079bdfa7705c03bc1c22b9a0498 /src/buildstream/_artifact.py
parent68945dbc7d4d260a4aaf7b671e6458a8b7fb3226 (diff)
downloadbuildstream-9826e115a4bb6f44524145c33f82ca4af13847e3.tar.gz
Update node property support to match proto changes
Diffstat (limited to 'src/buildstream/_artifact.py')
-rw-r--r--src/buildstream/_artifact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_artifact.py b/src/buildstream/_artifact.py
index 0a70d096f..cf82a1636 100644
--- a/src/buildstream/_artifact.py
+++ b/src/buildstream/_artifact.py
@@ -165,7 +165,7 @@ class Artifact:
artifact.weak_key = self._weak_cache_key
artifact.was_workspaced = bool(element._get_workspace())
- properties = ["MTime"] if artifact.was_workspaced else []
+ properties = ["mtime"] if artifact.was_workspaced else []
# Store files
if collectvdir: