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
|
same_collection = False
|
||||||
self.log(msg)
|
self.log(msg)
|
||||||
|
|
||||||
if self.config is None:
|
|
||||||
continue
|
|
||||||
|
|
||||||
rep = pytest.CollectReport(
|
rep = pytest.CollectReport(
|
||||||
nodeid=node.gateway.id,
|
nodeid=node.gateway.id,
|
||||||
outcome="failed",
|
outcome="failed",
|
||||||
|
|||||||
Reference in New Issue
Block a user