From 54c32cc74ee1a2dcd5df7d0a32ea1cdca436a3ba Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 12 Sep 2016 20:41:51 +0200 Subject: [PATCH] Fix long line --- tests/helpers/fixtures.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/helpers/fixtures.py b/tests/helpers/fixtures.py index bc1daa335..b6ccb6e45 100644 --- a/tests/helpers/fixtures.py +++ b/tests/helpers/fixtures.py @@ -468,8 +468,8 @@ def redirect_webengine_data(data_tmpdir, monkeypatch): """Set XDG_DATA_HOME and HOME to a temp location. While data_tmpdir covers most cases by redirecting standarddir.data(), this - is not enough for places QtWebEngine references the data dir internally. For - these, we need to set the environment variable to redirect data access. + is not enough for places QtWebEngine references the data dir internally. + For these, we need to set the environment variable to redirect data access. We also set HOME as in some places, the home directory is used directly... """