Ark-kun commited on
Commit
31c0fa9
·
verified ·
1 Parent(s): 7b3d004

fixup: MT - Fixed SyntaxError

Browse files
huggingface_overlay/start_HuggingFace_multi_tenant.py CHANGED
@@ -656,7 +656,7 @@ def start_all_active_tenant_orchestrators():
656
  tenant_namespace=tenant_row.name,
657
  tenant_token=tenant_row.access_token,
658
  )
659
- except Exception as ex,
660
  logger.exception(
661
  f"start_all_active_tenant_orchestrators: Error starting orchestrator for {tenant_row.id=}. Marking the orchestrator as inactive."
662
  )
 
656
  tenant_namespace=tenant_row.name,
657
  tenant_token=tenant_row.access_token,
658
  )
659
+ except Exception as ex:
660
  logger.exception(
661
  f"start_all_active_tenant_orchestrators: Error starting orchestrator for {tenant_row.id=}. Marking the orchestrator as inactive."
662
  )