From bc09be4375b45cd98fd14f91f25b71bebc8bd08c Mon Sep 17 00:00:00 2001 From: zheng yin Date: Mon, 18 Jul 2016 15:01:21 +0800 Subject: [PATCH] Make comparision simplely For example: a>b and a<=c is equal to b 0 and \ - container_count >= self.app.max_containers_per_account and \ + if 0 < self.app.max_containers_per_account <= container_count and \ self.account_name not in self.app.max_containers_whitelist: container_info = \ self.container_info(self.account_name, self.container_name,