From c79e702f38f2e63f5d450d70bc17093002374e00 Mon Sep 17 00:00:00 2001 From: Krzysztof Tyszko Date: Wed, 24 Dec 2025 14:30:24 +0100 Subject: [PATCH] fix: copy bandset for classification --- interface/classification_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/classification_tab.py b/interface/classification_tab.py index 524fd81..bf68504 100755 --- a/interface/classification_tab.py +++ b/interface/classification_tab.py @@ -393,7 +393,7 @@ def run_classifier( cfg.ui_utils.add_progress_bar() # classification if preview_point is None: - bandset = bandset_number + bandset = deepcopy(bandset_x) finish_sound = True smtp = str(__name__) # classification preview