forked from shaba/openuds
fixed pools performance report typo error
This commit is contained in:
parent
9bdaf4eab1
commit
c7c685865e
@ -123,7 +123,7 @@ class PoolPerformanceReport(StatsReport):
|
||||
|
||||
pools = self.getPools()
|
||||
|
||||
if pools:
|
||||
if not pools:
|
||||
raise Exception(_('Select at least a service pool for the report'))
|
||||
|
||||
logger.debug('Pools: %s', pools)
|
||||
|
Loading…
x
Reference in New Issue
Block a user