Skip to content

Commit e41a771

Browse files
formating?
1 parent 8f2c48f commit e41a771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def pytest_harvest_xdist_worker_dump(worker_id, session_items, fixture_store):
235235
pickle.dump((session_items, fixture_store), f)
236236
except Exception as e:
237237
warning(
238-
"Error while pickling worker %s's harvested results: " "[%s] %s",
238+
"Error while pickling worker %s's harvested results: [%s] %s",
239239
(worker_id, e.__class__, e),
240240
)
241241
return True

0 commit comments

Comments
 (0)