Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion halo/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from shutil import get_terminal_size
from termcolor import colored

init(autoreset=True)
init(autoreset=True, strip=False)


def is_supported():
Expand Down
2 changes: 1 addition & 1 deletion halo/halo.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(

environment = get_environment()

def clean_up(args):
def clean_up(args=None):
"""Handle cell execution"""
self.stop()

Expand Down
Loading