We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68905a4 commit fc40fdfCopy full SHA for fc40fdf
tcadmin/main.py
@@ -42,7 +42,7 @@ def run_pre_check(name):
42
def run_async(fn):
43
@functools.wraps(fn)
44
def wrap(*args, **kwargs):
45
- asyncio.run(fn(*args, **kwargs))
+ return asyncio.run(fn(*args, **kwargs))
46
47
return wrap
48
0 commit comments