Codebase list sugar-pippy-activity / 868e249
Fix example ordering d80d2f7 did break ordering of the tutorial files. James Cameron 4 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
133133 if not files:
134134 return None
135135
136 files.sort()
137
136138 for _file in files:
137139 if _file.endswith('~'):
138140 continue