Skip to content
Snippets Groups Projects
Commit be91562e authored by Bo Gao's avatar Bo Gao
Browse files

error checking

parent 2775d59e
Branches
No related tags found
No related merge requests found
......@@ -415,7 +415,7 @@ def cli(input_db, input_collection, output_db, output_collection_individuals, ou
try:
typevalue = int(seg['SEGTYPE'])
except TypeError:
except (TypeError, ValueError):
if log is not None:
click.echo('TpyeWarning: '+str(callset_id)+' SEGTYPE is not INT', file=log)
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment