Skip to content

Commit f12b439

Browse files
committed
Fix flake8 error
Signed-off-by: jiyeong.seok <[email protected]>
1 parent 31a1d6d commit f12b439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_source/run_scancode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def run_scan(
135135
logger.error(f"Analyze {path_to_scan}: {msg}")
136136
else:
137137
success = False
138-
msg = f"(-p option) Check the path to scan: {path_to_scan}"
138+
msg = f"(-p option) Check the path to scan: {path_to_scan}"
139139

140140
if not return_results:
141141
result_list = []

0 commit comments

Comments
 (0)