Skip to content

Commit a0df69c

Browse files
committed
fix
1 parent f0848a1 commit a0df69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_datamodel/read/read_gsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ def get_latest_gsp_yield(
6868

6969
gsp_systems_with_no_gsp_yields.append(gsp)
7070

71-
all_gsp_systems = gsp_systems_with_gsp_yields_ids + gsp_systems_with_no_gsp_yields
71+
all_gsp_systems = gsp_systems_with_gsp_yields + gsp_systems_with_no_gsp_yields
7272

7373
return all_gsp_systems

0 commit comments

Comments
 (0)