1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

add docstring

This commit is contained in:
perfectra1n
2022-01-02 13:01:56 -08:00
parent b304f23067
commit b54aa3d416

View File

@@ -1104,6 +1104,9 @@ class MGMHurry:
results_paths=[output_file_path])
def export_results(self):
"""
Export the results that are selected by the user. Creates a '.zip' archive of the various files created by HyperOpt runs after the user selects which HyperOpt run they would like to export.
"""
self.logger.info(Color.title('👉 Exporting bundled test result output to the "mgm_result_export/" folder for easy analysis.'))
export_base_dir = f'{self.basedir}/user_data/mgm_result_export'