Skip to content

Commit 135e8c7

Browse files
Copilotypriverol
andcommitted
Fix grammar error in error message (support -> supports)
Co-authored-by: ypriverol <[email protected]>
1 parent ff608dc commit 135e8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantmsutils/diann/dianncfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_mod(mod, mod_type):
8686
or "Dimethyl:" in diann_mod_name
8787
):
8888
error_msg = (
89-
"quantms DIA-NN workflow only support LFQ now! Unsupported modifications: "
89+
"quantms DIA-NN workflow only supports LFQ now! Unsupported modifications: "
9090
+ mod
9191
)
9292
logging.error(error_msg)

0 commit comments

Comments
 (0)