flake fix

missing return
This commit is contained in:
blacktwin 2020-04-12 22:35:22 -04:00
parent 28d8b862ab
commit 2a198f5cb8

View file

@ -379,6 +379,7 @@ def choose(msg, items, attr): # pragma: no cover
except (ValueError, IndexError):
pass
def getAgentIdentifier(section, agent):
""" Return the full agent identifier from a short identifier, name, or confirm full identifier. """
agents = []