Skip to content
Snippets Groups Projects
Commit d014ab31 authored by Laros's avatar Laros
Browse files

Found a typo.


git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@298 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent b888861b
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ class Scheduler() :
def _processConversion(self, cmd, i, build, flags) :
"""
Process an entry from the Position Converter, write the results
to the job-file. The Position Coverter is wrapped in a try except
to the job-file. The Position Converter is wrapped in a try except
block which ensures that he Batch Process keeps running. Errors
are caught and the user will be notified.
......@@ -499,7 +499,7 @@ class Scheduler() :
cNames = [""]
O.addMessage(__file__, -1, "INFO",
"Received PositionCoverter batchvariant " + cmd)
"Received PositionConverter batchvariant " + cmd)
skip = self.__processFlags(O, flags)
if not skip :
......@@ -565,7 +565,7 @@ class Scheduler() :
handle.write("%s\t%s\t%s\t%s\n" % (cmd, error, gName, "\t".join(cNames)))
handle.close()
O.addMessage(__file__, -1, "INFO",
"Finisehd PositionCoverter batchvariant " + cmd)
"Finished PositionConverter batchvariant " + cmd)
#_processConversion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment