-
Notifications
You must be signed in to change notification settings - Fork 2
Ogc 2272 import assembly item text #2083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[f for f in html_path.glob('*.html') | ||
if f.name != 'combined_clean.html'], | ||
key=lambda f: [int(s) if s.isdigit() else -1 | ||
for s in re.findall(r'\d+|\D+', f.name)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the is a natural sorting available in python: https://www.geeksforgeeks.org/python/python-natsorted-function/
Codecov Report❌ Patch coverage is
Additional details and impacted files
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Please fill in the commit message below and work through the checklist. You can delete parts that are not needed, e.g. the optional description, the link to a ticket or irrelevant options of the checklist.
Commit message
Landsgemeinde: Import assembly as zip file
TYPE: Feature
LINK: OGC-2272
Checklist