neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: mrack eh add no longer complains about coroutine 'eh' not awaited #76

Closed pvoborni closed 3 years ago

pvoborni commented 3 years ago

Turns:

$ mrack eh add
/usr/lib/python3.9/site-packages/click/core.py:1256: RuntimeWarning: coroutine 'eh' was never awaited
  Command.invoke(self, ctx)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Adding hosts to /etc/hosts file
Done

Into:

$ mrack eh add
Adding hosts to /etc/hosts file
Done

Signed-off-by: Petr Vobornik pvoborni@redhat.com