mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-28 13:58:16 +00:00
Fix variable yielded when not including
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user