Skip to content
Snippets Groups Projects
Commit 118f496a authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Task #11291: Applied patch suggested by Stephen Bourke in SwS email

parent 84538c31
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ class executable_args(BaseRecipe, RemoteCommandRecipeMixIn):
if not self.inputs['skip_infile'] and len(self.inputs['inputkeys']) is not len(inputmapfiles):
self.logger.error("Number of input mapfiles %d and input keys %d have to match." %
len(self.inputs['inputkeys']), len(inputmapfiles))
(len(inputmapfiles), len(self.inputs['inputkeys'])))
return 1
filedict = {}
......
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