Skip to content

Commit

Permalink
Fixed ci error due to linter rule violations
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRondelet committed Mar 26, 2020
1 parent 522b370 commit 8f6e0f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpc/coordinator/mpc_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ def _exec(self, args: List[str]) -> bool:

def _default_mpc_tool() -> str:
return os.path.join(
os.path.dirname(__file__), "..", "..", "build", "mpc_tools", "mpc_phase2", "mpc-coord-phase2")
os.path.dirname(__file__), "..", "..",
"build", "mpc_tools", "mpc_phase2", "mpc-coord-phase2")

0 comments on commit 8f6e0f7

Please sign in to comment.