Skip to content

Commit

Permalink
shell: reset term flag when closing term
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Jul 31, 2024
1 parent 0d99367 commit 0c2fe8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions riotctrl/shell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def stop_term(self):
"""
Stops the terminal of the RIOTCtrl object
"""
self.term_was_started = False
self.riotctrl.stop_term()

@staticmethod
Expand Down

0 comments on commit 0c2fe8b

Please sign in to comment.