We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce4de2 commit 86e5bb9Copy full SHA for 86e5bb9
pytest_hot_reloading/plugin.py
@@ -324,7 +324,7 @@ def lagged_listdir(*args, **kwargs):
324
time.sleep(0.02 * poll_throttle) # give CPU a break!
325
return listdir(*args, **kwargs)
326
327
- super().__init__(stat, lagged_listdir, polling_interval * poll_throttle)
+ super().__init__(stat, lagged_listdir, polling_interval=polling_interval * poll_throttle)
328
329
jurigged.live.PollingObserverVFS = NewPollingObserverVFS
330
0 commit comments