Skip to content

Commit 9ef3b99

Browse files
authored
Merge pull request #292 from gisce/fix_f1_sense_energia
Evitar error al improtar F1 sin nodo "energia"
2 parents 6cb166b + d7a41d2 commit 9ef3b99

File tree

1 file changed

+1
-1
lines changed
  • gestionatr/input/messages

1 file changed

+1
-1
lines changed

gestionatr/input/messages/F1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ def get_consum_facturat(self, tipus, periode=None):
22592259
res.append(0.0)
22602260
return res
22612261

2262-
return None
2262+
return []
22632263

22642264
def get_consums_reactiva_capacitiva_a_facturar(self):
22652265
res = {}

0 commit comments

Comments
 (0)