fix graph not reloading on completion in some cases
This commit is contained in:
@@ -586,6 +586,7 @@ class Scanner:
|
||||
if self.status in [ScanStatus.FINALIZING, ScanStatus.COMPLETED, ScanStatus.STOPPED]:
|
||||
print(f"\n=== PHASE 2: Running correlation analysis ===")
|
||||
self._run_correlation_phase(max_depth, processed_tasks)
|
||||
self._update_session_state()
|
||||
|
||||
# Determine the final status *after* finalization.
|
||||
if self._is_stop_requested():
|
||||
|
||||
Reference in New Issue
Block a user