Skip to content

Commit 561de2f

Browse files
committed
remove color
1 parent 40bb969 commit 561de2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seml/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ def main():
16361636
cmd = args[1]
16371637
else:
16381638
cmd = None
1639-
with console.status(f'Running command: [italic blue]{cmd}[/italic blue]'):
1639+
with console.status(f'Running command: [italic]{cmd}[/italic]'):
16401640
app(args)
16411641
except SystemExit as e:
16421642
if e.code == 0:

0 commit comments

Comments
 (0)