Skip to content

Commit

Permalink
Fix issue #63
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed May 4, 2023
1 parent 537f72e commit 4f8a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def unuse(self, *paths):

def print_output_decorator(function):
@wraps(function)
def wrapper(*args, **kargs):
async def wrapper(*args, **kargs):
output = function(*args, **kargs)
if output is not None:
print(output)
Expand Down

0 comments on commit 4f8a156

Please sign in to comment.