Skip to content

Commit 3eff73a

Browse files
committed
bugfix
1 parent b276f61 commit 3eff73a

File tree

1 file changed

+1
-0
lines changed
  • scripts/maintenance/computational-clusters/autoscaled_monitor

1 file changed

+1
-0
lines changed

scripts/maintenance/computational-clusters/autoscaled_monitor/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ async def terminate_dynamic_instances(
810810
rich.print("no instances found")
811811
raise typer.Exit(1)
812812

813+
assert state.ec2_resource_autoscaling # nosec
813814
_print_dynamic_instances(
814815
dynamic_autoscaled_instances,
815816
state.environment,

0 commit comments

Comments
 (0)