diff options
Diffstat (limited to 'check_layout.py')
| -rw-r--r-- | check_layout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_layout.py b/check_layout.py index d57d948..97887de 100644 --- a/check_layout.py +++ b/check_layout.py @@ -83,7 +83,7 @@ def check_layout(layout): if root.get("script") == None: warn("Layout doesn't specify a script.") -for fname in sys.argv[1:]: +for fname in sorted(sys.argv[1:]): if fname in KNOWN_NOT_LAYOUT: continue layout = parse_layout(fname) |
