Skip to content

Commit 6de29dd

Browse files
authored
Merge pull request #73 from fosslight/yaml
Change yaml output file name
2 parents e30fd2c + 167d7fe commit 6de29dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/fosslight_binary/binary_analysis.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def init(path_to_find_bin, output_file_name, format):
4949
global _root_path, logger, _start_time
5050

5151
_json_ext = ".json"
52-
_yaml_ext = ".yaml"
5352
_start_time = datetime.now().strftime('%y%m%d_%H%M')
5453
_result_log = {
5554
"Tool Info": _PKG_NAME
@@ -72,8 +71,6 @@ def init(path_to_find_bin, output_file_name, format):
7271
else:
7372
if output_extension == _json_ext:
7473
result_report = f"fosslight_opossum_{_start_time}"
75-
elif output_extension == _yaml_ext:
76-
result_report = f"fosslight-sbom-info_{_start_time}"
7774
else:
7875
result_report = f"fosslight_report_{_start_time}"
7976
bin_txt_file = f"fosslight_binary_{_start_time}.txt"

0 commit comments

Comments
 (0)