small fix
This commit is contained in:
@ -264,7 +264,7 @@ cdef obitype_t update_obitype(obitype_t obitype, object new_value) :
|
|||||||
if new_value == None or new_type==list or new_type==dict or new_type==tuple:
|
if new_value == None or new_type==list or new_type==dict or new_type==tuple:
|
||||||
return obitype
|
return obitype
|
||||||
|
|
||||||
# TODO BOOL vers INT/FLOAT
|
# TODO BOOL to INT/FLOAT
|
||||||
if new_type == str or new_type == bytes :
|
if new_type == str or new_type == bytes :
|
||||||
if obitype == OBI_SEQ and is_a_DNA_seq(tobytes(new_value)) :
|
if obitype == OBI_SEQ and is_a_DNA_seq(tobytes(new_value)) :
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user