Validation on number of inputs added
This commit is contained in:
@@ -13,7 +13,7 @@ class Project:
|
||||
self.name = name
|
||||
self.dim_names = []
|
||||
self._selection_observers = []
|
||||
self.current_data = None
|
||||
self.current_data = []
|
||||
self.datasets = []
|
||||
self.sel_obj = dataset.Selection()
|
||||
|
||||
|
Reference in New Issue
Block a user