Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garbervetsky committed Oct 15, 2020
1 parent 9fd6943 commit 3c82b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constraintsolving/generation/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def populate(self, ctx: Context) -> Context:
return ctx

def run(self, ctx: Context) -> Context:
createReprPredicate(ctx, self.project_dir, self.orchestrator.query_type, self.orchestrator.scores_file)
createReprPredicate(ctx, self.orchestrator.project_name, self.orchestrator.query_type, self.orchestrator.scores_file)
self.orchestrator.data_generator.generate_scores(
self.orchestrator.query_type, self.orchestrator.combinedScore,
self.orchestrator.kind)
Expand Down

0 comments on commit 3c82b3b

Please sign in to comment.