Skip to content

Fix verbose log message in decompress#3071

Merged
paranoidi merged 1 commit intodevelopfrom
bug/fix-decompress-log-message
Jul 10, 2021
Merged

Fix verbose log message in decompress#3071
paranoidi merged 1 commit intodevelopfrom
bug/fix-decompress-log-message

Conversation

@ianstalk
Copy link
Copy Markdown
Contributor

@ianstalk ianstalk commented Jul 9, 2021

Motivation for changes:

Decompress is erroneously logging an object's location in memory rather than anything useful.

For example:

Extracted: <rarfile.Rar3Info object at 0x7fe34c2b8860>

New log output:

Extracted: foo/bar to baz/bar

Detailed changes:

  • Move the log message and use string paths instead of trying to print a file-like object.

@paranoidi paranoidi merged commit 7b3487a into develop Jul 10, 2021
@gazpachoking gazpachoking deleted the bug/fix-decompress-log-message branch January 14, 2025 01:41
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