Skip to content

Commit

Permalink
fix api. knew there was a secnd lying around
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-stokes committed Jun 25, 2020
1 parent 1a0f143 commit 8edc67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman/model/graphs/application/application_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def create_machine_edge(self, pre_vertex, post_vertex, label):
self.remember_associated_machine_edge(m_edge)
return m_edge

def _create_machine_edge(self, pre_vertex, post_vertex, label=None):
def _create_machine_edge(self, pre_vertex, post_vertex, label):
""" Create a machine edge between two machine vertices that is a \
machine-level embodiment of this application edge.
Expand Down

0 comments on commit 8edc67e

Please sign in to comment.