Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Remove merge_path param from kebechet analyse workflow #223

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def schedule_for_kebechet_analysis(self):
repository=repo,
entities=KEBECHET_ENTITIES,
knowledge_path=self.mi_path,
mi_merge_path=self.kebechet_stats_path,
mi_used_for_thoth=True,
)
_LOGGER.info("Scheduled mi-kebechet analysis with id %r", workflow_id)
Expand Down