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

Fix: the behavior of the option re_record_interval "none" #824

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Fix: the behavior of the option re_record_interval "none" #824

merged 2 commits into from
Jul 14, 2020

Conversation

nicolasiensen
Copy link
Contributor

In this pull request, we are changing how the option re_record_interval behaves.

If this option is provided together with record mode set to none, VCR won't re-record cassettes, even if their intervals have expired.

This commit solves the issue #687

In this commit, we are changing how the option re_record_interval
behaves.

If this option is provided together with record mode set to none, VCR
won't re-record cassettes, even if their intervals have expired.

This commit solves the issue #687
Copy link
Member

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this solves the issue - while still allowing other settings than :all and :none to exist.

@nicolasiensen
Copy link
Contributor Author

Hey @olleolleolle, what is the process to get the PR merged? Am I missing something?

@olleolleolle olleolleolle changed the title Fix the behavior of the option re_record_interval Fix: the behavior of the option re_record_interval "none" Jul 14, 2020
@olleolleolle olleolleolle merged commit 33757df into vcr:master Jul 14, 2020
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