Skip to content

Commit

Permalink
dont raise on error if input does not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Nov 21, 2019
1 parent 9b65a3b commit dac760e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iss/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def generate_reads(args):
genome_list = util.count_records(f)
except IOError as e:
logger.error('Failed to open genome(s) file:%s' % e)
raise
sys.exit(1)
except AssertionError as e:
logger.error('Genome(s) file seems empty: %s' % genome_file)
Expand Down

0 comments on commit dac760e

Please sign in to comment.