Skip to content

Commit

Permalink
Update uploadDeckResourceCos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Dec 7, 2023
1 parent 6787baa commit 06a59a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/uploadDeckResourceCos.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def file_name(file_dir):
for root,dirs,files in os.walk(file_dir):
for file in files:
res.append(os.path.join(root.lstrip(file_dir), file))
res.sort(key=lambda x: x)
return res

if __name__ == '__main__':
Expand Down

0 comments on commit 06a59a0

Please sign in to comment.