Skip to content

Commit

Permalink
test with asyncio changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Nov 9, 2023
1 parent 30cd39e commit 2a67133
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/modules/appliance_access_consolecli.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,6 @@ async def _set(params, session):
if __name__ == "__main__":
import asyncio

current_loop = asyncio.get_event_loop_policy().get_event_loop()
current_loop.run_until_complete(main())
# current_loop = asyncio.get_event_loop_policy().get_event_loop()
# current_loop.run_until_complete(main())
asyncio.run(main())

0 comments on commit 2a67133

Please sign in to comment.