Skip to content

Commit a5734f3

Browse files
authored
Change the sheet name (#179)
* Change the sheet name --------- Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 3a0a58b commit a5734f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_dependency/run_dependency_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
_PKG_NAME = "fosslight_dependency"
2626
logger = logging.getLogger(constant.LOGGER_NAME)
2727
warnings.filterwarnings("ignore", category=FutureWarning)
28-
_sheet_name = "SRC_FL_Dependency"
28+
_sheet_name = "DEP_FL_Dependency"
2929
EXTENDED_HEADER = {_sheet_name: ['ID', 'Source Name or Path', 'OSS Name',
3030
'OSS Version', 'License', 'Download Location',
3131
'Homepage', 'Copyright Text', 'Exclude',

0 commit comments

Comments
 (0)