-
Notifications
You must be signed in to change notification settings - Fork 223
v1.10.1 patch release #707
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
This is instead of taking the verbose log level. The results don't go through the logger, so this makes more sense.
|
If you're curious, the actual bug fix for the thing that crashed the sync in the previous release is in cb3532a I'll put the diff here for convenience: - "[green]Sync successful for {}:[/] [blue][link={1}]{1}[/link]".format(
+ "[green]Sync successful for {0}:[/] [blue][link={1}]{1}[/link]".format(Of course, I won't know if I've actually fixed it or not until we do another release... 😰 |
Codecov Report
@@ Coverage Diff @@
## dev #707 +/- ##
==========================================
- Coverage 82.04% 81.98% -0.07%
==========================================
Files 13 13
Lines 2746 2753 +7
==========================================
+ Hits 2253 2257 +4
- Misses 493 496 +3
Continue to review full report at Codecov.
|
Patch release to fix the automatic template synchronisation, which failed in the v1.10 release.
nf-core --log-file log.txtnow saves a verbose log to disk.>=4.2.1--show-passedfornf-core lintinstead of taking logging verbosityPR checklist
CHANGELOG.mdis updateddocsis updated