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

Some wrong attachment mime types cause warnings when importing #142

Closed
mkoeppe opened this issue Jan 18, 2023 · 1 comment
Closed

Some wrong attachment mime types cause warnings when importing #142

mkoeppe opened this issue Jan 18, 2023 · 1 comment

Comments

@mkoeppe
Copy link

mkoeppe commented Jan 18, 2023

           INFO     Attachment filename='gen_quadrangles_with_spread.pyx-py3.8_test.log.bz2' mimetype='text/plain'                                      migrate.py:1674
           INFO     Attachment link https://github.com/sagemath/sage/files/ticket30517/gen_quadrangles_with_spread.pyx-py3.8_test.log.bz2               migrate.py:1713

these are likely the cause for the importer's InvalidRecord warnings

@mkoeppe
Copy link
Author

mkoeppe commented Jan 19, 2023

.bz2 files are handled in 45341a6.

The importer also complains about .png files for an unknown reason; but the InvalidRecord messages are apparently only warnings; the files are available after import.

@mkoeppe mkoeppe changed the title Some wrong attachment mime types Some wrong attachment mime types cause warnings when importing Jan 19, 2023
@mkoeppe mkoeppe removed this from the GitHub Enterprise Server import milestone Jan 19, 2023
@mkoeppe mkoeppe closed this as completed in c79cdb7 Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant