Skip to content

Commit

Permalink
Fix crash in topology load for terminals
Browse files Browse the repository at this point in the history
  • Loading branch information
n1tr0-5urf3r committed Jul 31, 2024
1 parent f28f363 commit d08b50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsim/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def init_clis(self):

# Stop CLIs that are still running
for name, cli in self.clis.items():
cli.stop()
cli.node.stop()

# Delete old dictionary
self.clis = {}
Expand Down

0 comments on commit d08b50e

Please sign in to comment.