Skip to content

Commit

Permalink
fix parsing of metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Aug 20, 2024
1 parent 4aa2edf commit 7a2bd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne_icalabel/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def sys_info(fid: Optional[IO] = None, developer: bool = False):
ljust = 26
out = partial(print, end="", file=fid)
package = __package__.split(".")[0]
package = metadata(package).get("Name", package)

# OS information - requires python 3.8 or above
out("Platform:".ljust(ljust) + platform.platform() + "\n")
Expand Down

0 comments on commit 7a2bd68

Please sign in to comment.