From 57e03af1d97332c55856d54704b0641b65a8eecb Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 15:29:47 -0500 Subject: [PATCH] do i suck at python or what --- scripts/deploy_containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_containers.py b/scripts/deploy_containers.py index c15760a..902a77b 100644 --- a/scripts/deploy_containers.py +++ b/scripts/deploy_containers.py @@ -88,7 +88,7 @@ def main(): print(f" All tasks: {', '.join(new_diff)}") print("---------------------\n") sys.exit(0) - elif not deployed and len(new_diff) >: + elif not deployed and len(new_diff) > 0: print("\n---------------------") print(" Deployment failed!") print(f" All tasks: {', '.join(new_diff)}")