Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Conversation

@lmazuel
Copy link
Member

@lmazuel lmazuel commented May 22, 2020

No description provided.

@mmyyrroonn
Copy link

Hi. After some debugging for azure CLI, there is another place we need to fix.

cm = self.vcr.use_cassette(self.recording_file)
self.cassette = cm.__enter__()
self.addCleanup(cm.__exit__)

it should be

self.addCleanup(cm.__exit__, None, None, None) 

as well.

@mmyyrroonn
Copy link

My fault. This PR is enough to fix the problem~

@haroldrandom haroldrandom deleted the cleanup_fix branch July 23, 2020 07:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants