File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,10 @@ def extract_table_header(lines: list) -> list:
538
538
return None
539
539
540
540
def _get_ccus_profile (self ):
541
- """FIXME transform from Revenue & Cashflow profile if not present in output file"""
541
+ """
542
+ FIXME TODO - transform from revenue & cashflow if present (CCUS profile replaced by revenue & cashflow
543
+ profile in 49ff3a1213ac778ed53120626807e9a680d1ddcf)
544
+ """
542
545
543
546
def extract_table_header (lines : list ) -> list :
544
547
# Tried various regexy approaches to extract this programmatically but landed on hard-coding.
@@ -560,10 +563,7 @@ def extract_table_header(lines: list) -> list:
560
563
return profile
561
564
except BaseException as e :
562
565
self ._logger .debug (f'Failed to get CCUS profile: { e } ' )
563
-
564
- # raise NotImplementedError('FIXME WIP - transform from REVENUE & CASHFLOW')
565
- self ._logger .error ('WIP - CCUS profile not implemented yet' )
566
- # return None
566
+ return None
567
567
568
568
def _extract_addons_style_table_data (self , lines : list ):
569
569
"""TODO consolidate with _get_data_from_profile_lines"""
You can’t perform that action at this time.
0 commit comments