We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f68d6 commit bf7a57aCopy full SHA for bf7a57a
src/murfey/server/__init__.py
@@ -1974,7 +1974,7 @@ def _flush_spa_preprocessing(message: dict):
1974
f"No SPA processing parameters found for client processing job ID {collected_ids[2].id}"
1975
)
1976
raise ValueError(
1977
- "No processing parameters were foudn in the database when flushing SPA preprocessing"
+ "No processing parameters were found in the database when flushing SPA preprocessing"
1978
1979
1980
murfey_ids = _murfey_id(
0 commit comments