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

Improve the check for asciinema start when using --append #11

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

punchagan
Copy link
Contributor

Previously, we checked if the tool printed 'recording asciicast to '. This text is only present when the output file is not present, or when an --overwrite flag was passed to asciinema. When the --append flag is used, a different message is printed by asciinema, and this commit checks for that.

@PierreMarchand20
Copy link
Owner

Thank you, good point I never use --append. Could you rebase with main so that we can run the CI?

Previously, we checked if the tool printed 'recording asciicast to
<path>'. This text is only present when the output file is not present, or when
an --overwrite flag was passed to asciinema. When the --append flag is used, a
different message is printed by asciinema, and this commit checks for that.
@PierreMarchand20 PierreMarchand20 merged commit 73fad35 into PierreMarchand20:main Dec 11, 2023
1 check passed
@PierreMarchand20
Copy link
Owner

Thank you (again) for your contribution! I will publish a new version soon to PyPI.

@punchagan punchagan deleted the append branch December 11, 2023 10:21
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