Skip to content

Commit cc9832f

Browse files
correct typo
1 parent b874c8a commit cc9832f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motus_genomes_download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def main(argv=None):
397397

398398
# create directory with the result -----------------------------------------
399399
if os.path.isdir(result_repo):
400-
sys.stderr.write("Warning: output directory exists alerady ("+result_repo+")\n")
400+
sys.stderr.write("Warning: output directory exists already ("+result_repo+")\n")
401401
else:
402402
sys.stderr.write("Creating output directory ("+result_repo+")\n")
403403
os.mkdir(result_repo)

0 commit comments

Comments
 (0)