From a25746b1bb74d19c6ed05ba931950093805bcdcb Mon Sep 17 00:00:00 2001 From: Johannes Kung <johku144@student.liu.se> Date: Tue, 11 Jun 2024 10:56:57 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/simudator/gui/run_continuously_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simudator/gui/run_continuously_thread.py b/src/simudator/gui/run_continuously_thread.py index 900d632..d955bbe 100644 --- a/src/simudator/gui/run_continuously_thread.py +++ b/src/simudator/gui/run_continuously_thread.py @@ -14,7 +14,7 @@ class RunThread(QRunnable): """ def __init__(self, cpu, signal, delay: float, run_continuously=True, - is_asm_instruciton=False, steps=0): + step_asm=False, steps=0): super().__init__() self.cpu = cpu self.signal = signal -- GitLab