diff --git a/SAS/TMSS/src/tmss/tmssapp/populate.py b/SAS/TMSS/src/tmss/tmssapp/populate.py index 511a891c6ed00dc0ed6be52486f7d1a1d62292f2..ab21fd14236d8fa038b9b515db2204cb77b81692 100644 --- a/SAS/TMSS/src/tmss/tmssapp/populate.py +++ b/SAS/TMSS/src/tmss/tmssapp/populate.py @@ -208,7 +208,7 @@ def _populate_example_data(): subtask_output = models.SubtaskOutput.objects.create(**SubtaskOutput_test_data(subtask=subtask)) for sb_nr in specifications_doc['stations']['digital_pointings'][0]['subbands']: - models.Dataproduct = models.Dataproduct.objects.create(**Dataproduct_test_data(producer=subtask_output, filename="test_dataproduct_SB_%03d.MS"%sb_nr)) + models.Dataproduct.objects.create(**Dataproduct_test_data(producer=subtask_output, filename="test_dataproduct_SB_%03d.MS"%sb_nr)) except ImportError: pass