Skip to content

Commit fc40fdf

Browse files
lotasjcristau
andauthored
Update tcadmin/main.py
Co-authored-by: Julien Cristau <[email protected]>
1 parent 68905a4 commit fc40fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcadmin/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run_pre_check(name):
4242
def run_async(fn):
4343
@functools.wraps(fn)
4444
def wrap(*args, **kwargs):
45-
asyncio.run(fn(*args, **kwargs))
45+
return asyncio.run(fn(*args, **kwargs))
4646

4747
return wrap
4848

0 commit comments

Comments
 (0)