data problem fix
This commit is contained in:
@@ -6,6 +6,7 @@ from pathlib import Path
|
||||
import time
|
||||
|
||||
from PyQt6.QtWidgets import QFileDialog
|
||||
from python_app.gui.runtime.history import record_result_history
|
||||
|
||||
|
||||
class AppWindowSnapshotMixin:
|
||||
@@ -179,7 +180,7 @@ class AppWindowSnapshotMixin:
|
||||
collection = self._result_reader.pop_result_collection()
|
||||
if collection is None:
|
||||
break
|
||||
self._record_result_history(collection)
|
||||
record_result_history(self._result_history, collection)
|
||||
progress = True
|
||||
|
||||
if progress:
|
||||
|
||||
Reference in New Issue
Block a user