Skip to content

Commit ad33569

Browse files
committed
space
1 parent ef2bef0 commit ad33569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kb_python/extract.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def extract(
323323
)
324324

325325
if (not mm or (target_type == "gene"
326-
and not (extract_all_fast or extract_all_unmapped))
326+
and not (extract_all_fast or extract_all_unmapped))
327327
or extract_all) and (t2g_path is None):
328328
raise ValueError(
329329
"t2g_path must be provided if mm flag is not provided, target_type is 'gene' "

0 commit comments

Comments
 (0)