loadscope: remove redundant None check
self.config can't be None.
This commit is contained in:
@@ -407,9 +407,6 @@ class LoadScopeScheduling:
|
||||
same_collection = False
|
||||
self.log(msg)
|
||||
|
||||
if self.config is None:
|
||||
continue
|
||||
|
||||
rep = pytest.CollectReport(
|
||||
nodeid=node.gateway.id,
|
||||
outcome="failed",
|
||||
|
||||
Reference in New Issue
Block a user