Skip to content
Snippets Groups Projects
Commit b1748f0f authored by Adriaan Renting's avatar Adriaan Renting
Browse files

Task #8887: changed RATaskSpecified to handle non-otdb predecesors

parent 8d394a34
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ class RATaskSpecified(OTDBBusListener):
if otdb_id in found_parsets:
parset = found_parsets[otdb_id]
else:
parset = self.otdbrpc.taskGetSpecification( OtdbID=otdb_id )['specification']
parset = self.otdbrpc.taskGetSpecification( otdb_id=otdb_id )['specification']
found_parsets[otdb_id] = parset
logger.info("parset [%s]: %s" % (otdb_id, parset))
......
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