Patch submitted by Christopher Johnston on 20100210 to fix case

sensitivity in set search applied.
python3
Alex Tsariounov 15 years ago
parent acaf2a4f70
commit bd2f26b93a

@ -305,7 +305,6 @@ def find_sets(name):
nodelist = []
if name.find('/') == -1:
log.debug("find by name")
name = name.lower()
if name == 'root':
log.debug("returning root set")
nodelist.append(RootSet)

Loading…
Cancel
Save