Skip to content

Commit

Permalink
sort script still not running
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Jan 19, 2025
1 parent f5e1171 commit 5947655
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: Print sort_lists version
run: |
python -c "import tools.sort_lists; print(f'Sort Lists Version: {tools.sort_lists.VERSION}')"
python tools/sort_lists.py -v
- name: Check for changes in source folder
id: changed_files
run: |
Expand Down
2 changes: 1 addition & 1 deletion tools/sort_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import idna
import json

VERSION = "0.2b24" # Incremented beta version
VERSION = "0.2b25" # Incremented beta version

def find_files_by_name(directory, filenames):
matches = []
Expand Down

0 comments on commit 5947655

Please sign in to comment.