Skip to content

Commit

Permalink
remove recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi committed Feb 5, 2024
1 parent 9ac3339 commit 831caa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -3243,7 +3243,7 @@ async def async_main():
await podman_compose.run()

def main():
asyncio.run(main())
asyncio.run(async_main())

if __name__ == "__main__":
main()

0 comments on commit 831caa6

Please sign in to comment.