Skip to content

Commit fd0a44a

Browse files
committed
Merge branch 'develop'
2 parents f18cc23 + 7d6c81b commit fd0a44a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/fosslight_scanner/fosslight_scanner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ def run_dependency(path_to_analyze, output_file_with_path, params=""):
7676
except Exception as ex:
7777
logger.warning(f"Set dependency Param: {ex}")
7878

79+
timer = TimerThread()
80+
timer.setDaemon(True)
81+
timer.start()
82+
7983
try:
8084
success, result = call_analysis_api(path_to_analyze, "Dependency Analysis",
8185
1, run_dependency_scanner,

0 commit comments

Comments
 (0)