From 2ffd95c295b117053f6e5430ba3ccc72beb224aa Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 11 Sep 2020 20:18:37 +0200 Subject: Linting with flake8 --- src/suites/path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/suites/path.py') diff --git a/src/suites/path.py b/src/suites/path.py index bcac98e..0e143dd 100644 --- a/src/suites/path.py +++ b/src/suites/path.py @@ -6,13 +6,13 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/09 15:12:58 by charles #+# #+# # -# Updated: 2020/09/11 17:43:14 by charles ### ########.fr # +# Updated: 2020/09/11 20:13:09 by charles ### ########.fr # # # # ############################################################################ # -import config from suite import suite + @suite() def suite_path(test): test("a", setup="mkdir path && cp /bin/ls ./path/a && chmod 000 ./path/a", exports={"PATH": "path"}) -- cgit