Skip to content

Commit

Permalink
[bug] fix bug #3
Browse files Browse the repository at this point in the history
  • Loading branch information
nservant committed Mar 15, 2021
1 parent c410dea commit 1cdeaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pyTMB.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def argsParse():

# Sample name
if len(vcf.samples) > 1:
sys.stderr.write("Error: " + len(vcf.samples) +
sys.stderr.write("Error: " + str(len(vcf.samples)) +
" sample detected. This version is designed for a single sample !")
sys.exit(-1)

Expand Down

0 comments on commit 1cdeaf3

Please sign in to comment.