mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-10-15 21:12:40 +08:00
7446c5954aa2ca2d0353a5a3e91f6f7e4b9b17e7
dict.keys() produces a dict_keys object in Python 3, which does not support .sort(). Use sorted() which will give the same outcome. Change-Id: If6b33db07a31995b4e44959209d08d8fb74ae339
Description
Languages
Python
99.2%
Shell
0.8%