Skip to content

Commit 26d0fca

Browse files
committed
Fix linting
1 parent 486fa25 commit 26d0fca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xdist/workermanage.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,13 @@ def setup(self):
250250
basetemp = self.config._tmpdirhandler.getbasetemp()
251251
option_dict["basetemp"] = str(basetemp.join(name))
252252
self.config.hook.pytest_configure_node(node=self)
253-
253+
254254
remote_module = self.config.hook.pytest_xdist_getremotemodule()
255-
self.channel = self.gateway.remote_exec(remote_module)
255+
self.channel = self.gateway.remote_exec(remote_module)
256256
# change sys.path only for remote workers
257257
change_sys_path = not self.gateway.spec.popen
258258
self.channel.send((self.workerinput, args, option_dict, change_sys_path))
259-
259+
260260
if self.putevent:
261261
self.channel.setcallback(self.process_from_remote, endmarker=self.ENDMARK)
262262

0 commit comments

Comments
 (0)