refactor: rename system with runtime on conditional_block
This commit is contained in:
@@ -326,7 +326,7 @@ class ConditionalBlock(
|
||||
descriptors = []
|
||||
for location in self.sources_list:
|
||||
try:
|
||||
descriptor = self.system.get_block(location)
|
||||
descriptor = self.runtime.get_block(location)
|
||||
descriptors.append(descriptor)
|
||||
except ItemNotFoundError:
|
||||
msg = "Invalid module by location."
|
||||
|
||||
Reference in New Issue
Block a user