Skip to content

Commit 9fdb40c

Browse files
ypriverolCopilot
andauthored
Update quantmsutils/diann/dianncfg.py
Co-authored-by: Copilot <[email protected]>
1 parent 8aea86b commit 9fdb40c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quantmsutils/diann/dianncfg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ def get_mod(mod, mod_type):
9898

9999
if modification_found == 0:
100100
logging.error(
101-
"Currently only supported unimod modifications for DIA pipeline. Skipped: "
102-
+ mod
101+
f"Only Unimod modifications are currently supported for the DIA pipeline. Unsupported modification: {mod}"
103102
)
104103
exit(1)
105104

0 commit comments

Comments
 (0)