Skip to content
Snippets Groups Projects
Commit 3bb578e8 authored by Jan David Mol's avatar Jan David Mol
Browse files

fix typo

parent 7469fdee
Branches
Tags LOFAR-Release-4_4_245
No related merge requests found
......@@ -124,7 +124,7 @@ class QASubtask:
subtask_id=self.subtask_id,
observation_id=observation_id,
station=[s.lower() for s in stations],
antenna_field=[af.lower() for af in antenna_fields],
antenna_field={s.lower(): af.lower() for (s, af) in antenna_fields.items()},
begin=start_time,
end=end_time,
destination="s3://dataproducts/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment