Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioMilanese authored Oct 5, 2022
1 parent b874c8a commit cc9832f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motus_genomes_download
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def main(argv=None):

# create directory with the result -----------------------------------------
if os.path.isdir(result_repo):
sys.stderr.write("Warning: output directory exists alerady ("+result_repo+")\n")
sys.stderr.write("Warning: output directory exists already ("+result_repo+")\n")
else:
sys.stderr.write("Creating output directory ("+result_repo+")\n")
os.mkdir(result_repo)
Expand Down

0 comments on commit cc9832f

Please sign in to comment.