Skip to content

Commit

Permalink
forgot to add sys.exit in the check input files
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia committed Dec 11, 2018
1 parent f4532e8 commit 9bc6edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions find_exons.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def check_existing_input_files(args):
#print('working with a list of genes')
#genes_of_interest = args.genes_of_interest
print('please provide only one file with genes of interest')
sys.exit()

return genes_of_interest

Expand Down

0 comments on commit 9bc6edd

Please sign in to comment.