From 8f4689c94ff0d414b327f45a6764e73afeadf17c Mon Sep 17 00:00:00 2001 From: Therese Lyngby Date: Fri, 6 Jan 2023 16:30:57 +0100 Subject: [PATCH] Updated a comment --- Assignment-2/DCR_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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