Skip to content

Commit eeb3c12

Browse files
Update feat_extractor.py
1 parent ab4d262 commit eeb3c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deeplc/feat_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def rolling_sum(a, n=2):
470470
seq = seq[0:padding_length]
471471
seq_len = len(seq)
472472
logger.debug(
473-
"Truncating peptide (too long): ", seq)
473+
"Truncating peptide (too long): %s" % (seq))
474474

475475

476476

0 commit comments

Comments
 (0)