Skip to content

Commit

Permalink
xlate/openconfig: fix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
noguchiko committed Nov 16, 2022
1 parent 5ca82a8 commit 0574679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xlate/openconfig/goldstone/xlate/openconfig/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def _main(cache, operational_modes):
await runner.cleanup()
for s in servers:
await call(s.stop)
conn.disconnect()
conn.stop()

parser = argparse.ArgumentParser()
parser.add_argument(
Expand Down

0 comments on commit 0574679

Please sign in to comment.