You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ait-seq-encode is throwing errors while encoding and writing a sequence to a file because the value passed to a format string is not an expected int (presumably this is no longer converting automatically in 2.x -> 3.x?).
TypeError: %x format: an integer is required, not str
It looks like this happens in 1 or 2 spots. A quick update of the format strings should clear this up
The text was updated successfully, but these errors were encountered:
Update all ait-seq-encode log messages to use f-strings. Fix a bug with
seqid not being saved after a cast to int and this causing an error when
formatting a log message during sequence write.
Resolve#337
ait-seq-encode is throwing errors while encoding and writing a sequence to a file because the value passed to a format string is not an expected int (presumably this is no longer converting automatically in 2.x -> 3.x?).
It looks like this happens in 1 or 2 spots. A quick update of the format strings should clear this up
The text was updated successfully, but these errors were encountered: