Skip to content

feat(campaign): Add ability to symlink latest campaign #213

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Merlijn-D
Copy link

When the argument symlink_latest is set to True for a given campaign, it will create a symlink either to the results folder or the resulting CSV file.
These symlinks use the same naming conventions as the other files, but use _latest as a suffix instead of using the current time.

When using a data folder, a symlink will also be created in that folder that points to the resulting CSV file.

This is done to allow people or tools that are inspecting the results to easily get the latest result, without removing the older results.

When the argument `symlink_latest` is set to `True` for a given
campaign, it will create a symlink either to the results folder or the
resulting `CSV` file.
These symlinks use the same naming conventions as the other files, but
use `_latest` as a suffix instead of using the current time.

This is done to allow people or tools that are inspecting the results
to easily get the latest result, without removing the older results.
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.

1 participant