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

Do not delete content of output directory #88

Merged
merged 2 commits into from
Nov 3, 2021
Merged

Conversation

jkretz
Copy link
Collaborator

@jkretz jkretz commented Nov 1, 2021

Fixes #87

This PR should fix the inadvertent recursive removal of the contents of the output path, defined via the -op option. If a pre-existing run with the same timestamp (i.e. you run the checker twice within a minute) is present, only the files generated during the previous checking process will be deleted.

Furthermore, a symbolic link to the output of the latest checker run is created.

@jkretz jkretz changed the title Do not delete output directory Do not delete content of output directory Nov 2, 2021
@jkretz jkretz merged commit db4545b into master Nov 3, 2021
@jkretz jkretz deleted the fix_output_directory branch November 16, 2021 08:12
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.

Removal of Files in op dir
1 participant