copr-backend: cleanup subscriptions typo
This commit is contained in:
parent
9ea7f5a9b0
commit
1128c9a1ad
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def get_systems(opts):
|
||||||
if not found:
|
if not found:
|
||||||
break
|
break
|
||||||
|
|
||||||
LOG.debug("Found %s systems (%s in total)", found, len(found))
|
LOG.debug("Found %s systems (%s in total)", found, len(all_systems))
|
||||||
|
|
||||||
# randomize the order, so we can parallelize this
|
# randomize the order, so we can parallelize this
|
||||||
random.shuffle(all_systems)
|
random.shuffle(all_systems)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue