We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f862b17 commit eea5661Copy full SHA for eea5661
spinn_front_end_common/interface/abstract_spinnaker_base.py
@@ -1035,8 +1035,8 @@ def _execute_info_allocator(self) -> None:
1035
name = get_config_str("Mapping", "info_allocator")
1036
if name == "GlobalZonedRoutingInfoAllocator":
1037
logger.warning("GlobalZonedRoutingInfoAllocator is deprecated. "
1038
- "Please change cfg Mapping info_allocator to "
1039
- "ZonedRoutingInfoAllocator")
+ "Please change cfg Mapping info_allocator to "
+ "ZonedRoutingInfoAllocator")
1040
name = "ZonedRoutingInfoAllocator"
1041
if name == "ZonedRoutingInfoAllocator":
1042
with FecTimer("Zoned routing info allocator", TimerWork.OTHER):
0 commit comments