Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Oct 3, 2015
1 parent c47ac35 commit 21e84f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/sfp_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ def batchSites(self, name):
for site in sites:
if i >= self.opts['maxthreads']:
data = self.threadSites(name, siteList)
if data == None:
return res

for ret in data.keys():
if data[ret]:
res.append(ret)
Expand Down

0 comments on commit 21e84f7

Please sign in to comment.