Crash in the import section of text session
If there is some issue with the launchpad file detetion in fireworks, the message is not wrapped in texts
:
$ texts --help
Traceback (most recent call last):
File "python-3.9.2_intel_19.1/bin/texts", line 5, in <module>
from virtmat.language.cli import texts
File "python-3.9.2_intel_19.1/lib/python3.10/site-packages/virtmat/language/cli/__init__.py", line 3, in <module>
from . import run_session
File "python-3.9.2_intel_19.1/lib/python3.10/site-packages/virtmat/language/cli/run_session.py", line 4, in <module>
from fireworks import LaunchPad
File "python-3.9.2_intel_19.1/lib/python3.10/site-packages/fireworks/__init__.py", line 8, in <module>
from fireworks.core.firework import (
File "python-3.9.2_intel_19.1/lib/python3.10/site-packages/fireworks/core/firework.py", line 22, in <module>
from fireworks.core.fworker import FWorker
File "python-3.9.2_intel_19.1/lib/python3.10/site-packages/fireworks/core/fworker.py", line 7, in <module>
from fireworks.fw_config import FWORKER_LOC
File "python-3.9.2_intel_19.1/lib/python3.10/site-packages/fireworks/fw_config.py", line 159, in <module>
override_user_settings()
File "python-3.9.2_intel_19.1/lib/python3.10/site-packages/fireworks/fw_config.py", line 137, in override_user_settings
raise ValueError(f"Invalid FW_config file has unknown parameter: {key}")
ValueError: Invalid FW_config file has unknown parameter: MONGOMOCK_SERVERSTORE_FILE
Expected is that the message is wrapped.