diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-11-05 13:40:03 +0000 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-11-05 13:40:03 +0000 |
commit | ab707e87f53249d7f2aac17683254b54196f90ce (patch) | |
tree | d1d2898c6561a8ca362419dce92a6f808d45b4e6 /tests/sourcecache/cache.py | |
parent | e06c2295b063245dbdb2397e5bd8c4d0a79ba10d (diff) | |
download | buildstream-chandan/black.tar.gz |
Use 119 line lengthchandan/black
Diffstat (limited to 'tests/sourcecache/cache.py')
-rw-r--r-- | tests/sourcecache/cache.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/sourcecache/cache.py b/tests/sourcecache/cache.py index a4878e73d..bbc3d8329 100644 --- a/tests/sourcecache/cache.py +++ b/tests/sourcecache/cache.py @@ -108,9 +108,7 @@ def test_source_cache_key(cli, datafiles): assert len(os.listdir(patch_protos)) == 1 # modify hello-patch file and check tracking updates refs - with open( - os.path.join(file_path, "dev-files", "usr", "include", "pony.h"), "a" - ) as f: + with open(os.path.join(file_path, "dev-files", "usr", "include", "pony.h"), "a") as f: f.write("\nappending nonsense") res = cli.run(project=project_dir, args=["source", "track", element_name]) |