From a7c39c894b5b51f3efa9eb48de421b34bd069c26 Mon Sep 17 00:00:00 2001 From: feuillemorte Date: Wed, 17 Jan 2018 23:48:04 +0300 Subject: [PATCH] #1642 fix flake8 --- changelog/1642.trivial | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/1642.trivial b/changelog/1642.trivial index a8f1f3fe4..87ed2913f 100644 --- a/changelog/1642.trivial +++ b/changelog/1642.trivial @@ -1 +1,3 @@ -Added option `--rootdir` for command line and `rootdir` for *.ini file. Define root directory for tests. Can be relative path: 'root_dir', './root_dir', 'root_dir/another_dir/'; absolute path: '/home/user/root_dir'; path with variables: '$HOME/root_dir'. If parameter 'rootdir' defined in *.ini file this argument will not work. \ No newline at end of file +Added option "--rootdir" for command line and "rootdir" for .ini file. Define root directory for tests. +Can be relative path: "root_dir", "./root_dir", "root_dir/another_dir/"; absolute path: "/home/user/root_dir"; +path with variables: "$HOME/root_dir". If parameter "rootdir" defined in .ini file this argument will not work. \ No newline at end of file