-
Notifications
You must be signed in to change notification settings - Fork 569
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
Revert unintended effects of #1966 #1974
Conversation
@meeseeksdev tag bug Edit: Wasn't sure if I could label, guess not |
Awww, sorry tuncbkose you do not seem to be allowed to do that, please ask a repository maintainer. |
Not sure if failures are related |
I restarted the failing CI jobs, maybe these are just flaky. |
Rebasing onto main |
Failure seems unrelated to me |
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.
Thank you!
Revert to the previous default filename behavior
Closes #1970.
Edit:
Additional things to fix:
output_base
doesn't include some format section (like{notebook_name}
), some files might get overwritten. This should not happen unless the user specifically wants it.{notebook_filename}
will always work the way it was intended. Even if it does, it doesn't have any tests, which I should add.FilesWriter
configuration.Now also closes #1979.