ソースを参照

change stop sequence

Tuan Nguyen 1 年間 前
コミット
86ec955853
1 ファイル変更2 行追加2 行削除
  1. 2 2
      app.py

+ 2 - 2
app.py

@@ -220,8 +220,8 @@ def run_theta_rho_files(
             # Run the main pattern
             print(f"Running pattern {idx + 1} of {len(file_paths)}: {path}")
             run_theta_rho_file(path)
-            
-            if idx < len(file_paths) -1:
+
+            if idx < len(file_paths) - 1:
                 if stop_requested:
                     print("Execution stopped before running the next clear pattern.")
                     return