From 6d8494a35f12d4532eab5a98194af3645bfc20c7 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 8 Jul 2020 15:30:15 -0500 Subject: [PATCH] Fix linting errors --- test/test_config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test_config.py b/test/test_config.py index 4479157..c8b3a40 100644 --- a/test/test_config.py +++ b/test/test_config.py @@ -140,7 +140,7 @@ def test_config_local_write(runner, yadm_y, paths, supported_local_configs): def test_config_without_parent_directory(runner, yadm_y, paths): - """Write and read attribute to/from config file with non-existent parent directory + """Write and read attribute to/from config file with non-existent parent dir Update configuration file Display value @@ -149,7 +149,8 @@ def test_config_without_parent_directory(runner, yadm_y, paths): config_file = paths.root + '/folder/does/not/exist/config' - run = runner(yadm_y('--yadm-config', config_file, 'config', TEST_KEY, TEST_VALUE)) + run = runner( + yadm_y('--yadm-config', config_file, 'config', TEST_KEY, TEST_VALUE)) assert run.success assert run.err == ''