Skip to content

Commit a9b2736

Browse files
committed
Modify the README
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 08ee4b0 commit a9b2736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ It is a package that supports common utils used by FOSSLight Scanner.
1010

1111
## Features
1212
1. It simplifies the logger setup.
13-
2. It easily outputs csv file and excel file in FOSSLight Report format.
14-
3. It provides a simple function to create a text file.
13+
2. It provides a simple function to create a output file.
14+
3. It provides a spdx license list with json format.
1515
4. It defines common constant variables.
1616
5. It provides a thread that prints the spinner.
1717
6. Download source code.
@@ -78,7 +78,7 @@ def test():
7878
'3.0.6', 'Apache-2.0', 'https://github.com/LGE-OSS/fosslight_dependency', 'https://github.com/LGE-OSS/fosslight_dependency', 'Copyright (c) 2020 LG Electronics, Inc.', '', '']],
7979
'BIN':[['askalono.exe', 'askalono',
8080
'0.4.3', 'Apache-2.0', 'https://github.com/jpeddicord/askalono', '', 'Copyright (c) 2018 Amazon.com, Inc. or its affiliates.', '', '']]}
81-
success, msg = write_output_file('test_result/excel/FOSSLight-Report', 'excel', sheet_contents)
81+
success, msg = write_output_file('test_result/excel/FOSSLight-Report', '.xlsx', sheet_contents)
8282
```
8383

8484
### 3. Get spdx licenses (tests/test_spdx_licenses.py)

0 commit comments

Comments
 (0)