diff --git a/Assignment-2/DCR_graph.py b/Assignment-2/DCR_graph.py index f58ee27..fa26b10 100644 --- a/Assignment-2/DCR_graph.py +++ b/Assignment-2/DCR_graph.py @@ -138,7 +138,7 @@ class Relationship(): elif self.type == RelationsshipType.update: pass # Don't know what this one does elif self.type == RelationsshipType.spawn: - pass # Don't know what this one does + pass # We figured it was outside the assignments scope to implement this elif self.type == RelationsshipType.templateSpawn: pass # Don't know what this one does