Skip to content

Commit

Permalink
fixing mime-type for WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbrock committed Jan 24, 2025
1 parent 27fa71c commit 8fb4953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools/nomad/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def load(self):
name="pynxtools parser",
description="A parser for nexus files.",
mainfile_name_re=r".*\.nxs",
mainfile_mime_re="application/x-hdf5",
mainfile_mime_re="application/x-hdf*",
)

from nomad.config.models.ui import (
Expand Down

0 comments on commit 8fb4953

Please sign in to comment.