do i suck at python or what
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2026-01-10 15:29:47 -05:00
parent 248af84c40
commit 57e03af1d9

View File

@@ -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)}")