diff options
author | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-08-20 14:28:13 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-08-20 14:28:13 +0900 |
commit | 9ac88d5689f1b08a5521b6867b5a590fa2a49b16 (patch) | |
tree | 93c349515cc215c8b26d4db44711841f37aa2789 /src | |
parent | 51afe1c81f28dcee9b8b0df5330217511bec3a84 (diff) | |
download | buildstream-9ac88d5689f1b08a5521b6867b5a590fa2a49b16.tar.gz |
testing/_cachekeys.py: Fix formatting in cache key failure assertion
Diffstat (limited to 'src')
-rw-r--r-- | src/buildstream/testing/_cachekeys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/testing/_cachekeys.py b/src/buildstream/testing/_cachekeys.py index a7ea5ad7e..b4340adbf 100644 --- a/src/buildstream/testing/_cachekeys.py +++ b/src/buildstream/testing/_cachekeys.py @@ -143,6 +143,6 @@ def _assert_cache_keys(project_dir, output): raise AssertionError( "Cache key mismatches occurred:\n{}\n".format(info) - + "Use python3 -m buildstream.testing._update_cachekeys in the project's" + + "Use python3 -m buildstream.testing._update_cachekeys in the project's " + "directory to automatically update this test case" ) |