Skip to content

Commit 183e2a2

Browse files
authored
Fix indentation for REHVO in fuel mapping
1 parent 06edab4 commit 183e2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysers/analyser_merge_fuel_IT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def fetch(self, url, tmp_file, date_string=None):
196196
'MAGIC DIESEL': HGV_DIESEL,
197197
'METANO': CNG,
198198
'R100': OCTANE_100,# repsol
199-
'REHVO': BIODIESEL,
199+
'REHVO': BIODIESEL,
200200
'S-DIESEL': GTL_DIESEL,# ?
201201
'SSP98': OCTANE_98,# ?
202202
'SUPREME DIESEL': GTL_DIESEL,# esso

0 commit comments

Comments
 (0)