Skip to content

Commit 1a9ec66

Browse files
committed
fix typo
1 parent 00a7015 commit 1a9ec66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/software/thunderscope/binary_context_managers/full_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __restart__(self) -> None:
189189
"--runtime_dir={}".format(self.full_system_runtime_dir),
190190
]
191191
):
192-
relf.full_system_proc = Popen(self.full_system.split(" "))
192+
self.full_system_proc = Popen(self.full_system.split(" "))
193193
logging.info("FullSystem has restarted.")
194194

195195
time.sleep(1)

0 commit comments

Comments
 (0)