Skip to content

Commit

Permalink
Sort ether group devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuan2 committed Apr 16, 2020
1 parent 2c2d0d9 commit 0668919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/extra/fpgadiag/common.py
Expand Up @@ -129,7 +129,7 @@ def find_node(self, root, node, depth=5):
for x in range(depth):
r = glob.glob(os.path.join(os.path.join(root, *['*'] * x), node))
paths.extend(r)
return paths
return sorted(paths)


class COMMON(object):
Expand Down

0 comments on commit 0668919

Please sign in to comment.