Skip to content

Add sorting to pairs by IDs to ensure matching order#3

Open
birbflock wants to merge 85 commits into
alabamagan:mainfrom
birbflock:main
Open

Add sorting to pairs by IDs to ensure matching order#3
birbflock wants to merge 85 commits into
alabamagan:mainfrom
birbflock:main

Conversation

@birbflock
Copy link
Copy Markdown

  • Updated the sorting code to allow sorting based on IDs
  • Code change: pairs.sort(key=lambda x: idlist.index(Path(x[0]).stem)) -> pairs.sort(key=lambda x: idlist.index(re.search(globber, Path(x[0]).stem).group()))

Better logger exits managements
@alabamagan alabamagan force-pushed the main branch 5 times, most recently from 2a83198 to 109f091 Compare October 28, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants