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 hint suggestion for compressing multiple files #219

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

Crypto-Spartan
Copy link
Contributor

resolves #218

changed .replace_range() to .insert_str() since the "range" wasn't really a range. The start and end to the range was the same number.

@marcospb19 marcospb19 added the bugfix Fixes an existing bug label Dec 8, 2021
@marcospb19
Copy link
Member

Thanks!

@marcospb19 marcospb19 merged commit 9e435b7 into ouch-org:master Dec 8, 2021
@Crypto-Spartan Crypto-Spartan deleted the fix-hint-suggestion branch December 8, 2021 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hint suggestion for compressing multiple files has incorrect format
2 participants