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

format_name() throws TypeError after trying to unpack a None for a matched spectrum #14

Open
matterhorn103 opened this issue Oct 11, 2024 · 1 comment

Comments

@matterhorn103
Copy link
Owner

Presumably has to do with the naming of the spectrum.

Log file shows:

2024-10-11 09:06:47,629 \\mora\nmr\300er\Oct10-2024\40
2024-10-11 09:06:47,640 Spectrum matches search query!
2024-10-11 09:06:47,640 Exception raised by check_nmr
Traceback (most recent call last):
  File "mora_the_explorer\explorer\worker.py", line 33, in run
  File "mora_the_explorer\explorer\checknmr.py", line 566, in check_nmr
  File "mora_the_explorer\explorer\checknmr.py", line 186, in format_name
TypeError: Value after * must be an iterable, not NoneType
@matterhorn103
Copy link
Owner Author

Fixed by 57fa53f

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

No branches or pull requests

1 participant