mirror of
https://github.com/xcat2/confluent.git
synced 2024-12-24 12:11:52 +00:00
Fix variable yielded when not including
This commit is contained in:
parent
81675faec1
commit
0d53612e9c
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user