fix return values
This commit is contained in:
@@ -37,7 +37,7 @@ class RecursiveAnalysisSubFunctions:
|
|||||||
print(table)
|
print(table)
|
||||||
return table, headers, data
|
return table, headers, data
|
||||||
|
|
||||||
return None
|
return None, None, data
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def calculate_config_overrides(config: Config):
|
def calculate_config_overrides(config: Config):
|
||||||
|
|||||||
Reference in New Issue
Block a user