copr-backend: cleanup subscriptions typo

This commit is contained in:
Pavel Raiskup 2022-01-17 19:11:36 +01:00
parent 9ea7f5a9b0
commit 1128c9a1ad

View file

@ -99,7 +99,7 @@ def get_systems(opts):
if not found:
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
random.shuffle(all_systems)