Skip to content

Commit

Permalink
Merge pull request #40 from BrainLesion/fix/no-return-value
Browse files Browse the repository at this point in the history
- fix no return value bug
  • Loading branch information
neuronflow authored Mar 4, 2024
2 parents 0fb38b0 + 9bb4fd1 commit 100f0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainles_aurora/utils/console_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def wrapper(*args, **kwargs):
)
console.rule()
console.line()
func(*args, **kwargs)
return func(*args, **kwargs)

return wrapper

0 comments on commit 100f0c2

Please sign in to comment.