From 082d986979d1a6592814a03e81d67ddcbf05bd14 Mon Sep 17 00:00:00 2001 From: LSaldyt Date: Tue, 9 Jul 2019 02:54:05 -0700 Subject: [PATCH] Updates workspaces --- farg/apps/seqsee/workspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farg/apps/seqsee/workspace.py b/farg/apps/seqsee/workspace.py index 437b6df..c36c145 100644 --- a/farg/apps/seqsee/workspace.py +++ b/farg/apps/seqsee/workspace.py @@ -73,7 +73,7 @@ def InsertElement(self, element): History.AddArtefact(anchored, ObjectType.WS_GROUP, "Initial creation") History.Note("Element Inserted") self.elements.append(anchored) - + def InsertElements(self, integers): """Utility for adding lots of integers as elements."""