Skip to content

Commit

Permalink
Fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpi Beshlikyan committed Jul 20, 2022
1 parent a3aeb15 commit 0901d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def vcf_case():
def fastq_case():
if file_extension in ('.fastq', '.fq'):
warnings.warn('Warning: fastq or fq file is not zipped')

def unsupported_case():
raise TypeError('File type not yet supported by PipeVal.')

Expand Down

0 comments on commit 0901d5b

Please sign in to comment.