Skip to content
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

Clean current output file name #304

Merged

Conversation

mlallaouret
Copy link
Contributor

This PR resolves a problem occurring when using the option --output-file with a path template which is not "clean" (for example, when containing ./).
This kind of "unclean" path template results in a loss of data in the output file because of a comparison between the name of the file currently open on the system and the marker of the file (FileOutput.currentName) we want to write in. This is explained in #303.

@mlallaouret mlallaouret force-pushed the bugfix/clean_current_output_file_name branch from f186431 to d7cbcdc Compare June 16, 2016 15:12
@buger
Copy link
Owner

buger commented Jun 16, 2016

Good work 👍

@buger buger merged commit 2c49556 into buger:master Jun 16, 2016
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