We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b874c8a commit cc9832fCopy full SHA for cc9832f
motus_genomes_download
@@ -397,7 +397,7 @@ def main(argv=None):
397
398
# create directory with the result -----------------------------------------
399
if os.path.isdir(result_repo):
400
- sys.stderr.write("Warning: output directory exists alerady ("+result_repo+")\n")
+ sys.stderr.write("Warning: output directory exists already ("+result_repo+")\n")
401
else:
402
sys.stderr.write("Creating output directory ("+result_repo+")\n")
403
os.mkdir(result_repo)
0 commit comments