Skip to content

Commit

Permalink
remove robot merge in Validate
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Aug 9, 2024
1 parent 3441702 commit 021f78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmem_plugin_reason/plugin_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def explain(self, graphs: dict) -> None:
utctime = str(datetime.fromtimestamp(int(time()), tz=UTC))[:-6].replace(" ", "T") + "Z"

cmd = (
f'merge --input "{data_location}" '
f"explain --reasoner {self.reasoner} -M inconsistency "
f'explain --input "{data_location}" '
f"--reasoner {self.reasoner} -M inconsistency "
f'--explanation "{self.temp}/{self.md_filename}"'
)

Expand Down

0 comments on commit 021f78f

Please sign in to comment.