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 Detección de fichero comprimido en python2 #43

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

tinogis
Copy link
Member

@tinogis tinogis commented Apr 9, 2024

Objetivos

  • Falla la detección de compressión is_compressed cuando se ejecuta en python2
  • Se definen las cadenas "mágicas" de formatos de fichero comprimido cómo cadenas de bytes y se decodifica sólo si hace falta

Relacionado

fixes #41

Checklist

  • Test code

@tinogis tinogis added the bug label Apr 9, 2024
@tinogis tinogis self-assigned this Apr 9, 2024
@tinogis tinogis requested a review from polsala April 9, 2024 15:13
@tinogis tinogis changed the title FIX is_compressed On py2 FIX Detección de fichero comprimido en python2 Apr 9, 2024
@polsala polsala merged commit 1e8092d into master Apr 9, 2024
2 checks passed
@eGarrigaG eGarrigaG deleted the FIX_is_compressed branch August 27, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants