We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440b171 commit 0a7b783Copy full SHA for 0a7b783
tests/cli_test.py
@@ -19,10 +19,9 @@ def main():
19
20
path_to_find_bin = os.path.abspath("tests/test_files/test")
21
_start_time = datetime.now().strftime('%y%m%d_%H%M')
22
- output_file_name = ""
23
24
fosslight_report_name = "test_result_func_call/result"
25
- output_dir = os.path.dirname(os.path.abspath(output_file_name))
+ output_dir = os.path.abspath(fosslight_report_name)
26
27
logger, result_item = init_log(os.path.join(output_dir, "fosslight_log_"+_start_time+".txt"))
28
0 commit comments