2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 04:32:11 +00:00

Fix variable yielded when not including

This commit is contained in:
Jarrod Johnson 2021-10-25 11:57:18 -04:00
parent 81675faec1
commit 0d53612e9c

View File

@ -44,7 +44,7 @@ def get_entries(filename):
for subent in get_entries(ent[1:]):
yield subent
else:
yield subent
yield ent
class SyncList(object):
def __init__(self, filename, nodename, cfg):