Skip to content
Snippets Groups Projects
Commit 13482cfe authored by Pavel Kácha's avatar Pavel Kácha
Browse files

LaBrea: sort target ports

parent 28c5d9d2
No related branches found
No related tags found
No related merge requests found
......@@ -329,6 +329,7 @@ class IdeaGen(object):
itarget["IP4"] = tgt
if ports:
itarget["Port"] = [int(port) for port in ports]
itarget["Port"].sort()
itargets.append(itarget)
inode = {
"SW": ["LaBrea"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment