Skip to content

Commit

Permalink
len
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Nov 15, 2024
1 parent d5424fe commit 867f650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generate_app_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def sort_dicts_list(data, sort_key):

if __name__ == "__main__":
skip_scan = False
if sys.argv > 1:
if len(sys.argv) > 1:
if sys.argv[1] == "no-scan":
skip_scan = True
if skip_scan is False:
Expand Down

0 comments on commit 867f650

Please sign in to comment.