Skip to content

Commit

Permalink
do not print in style by default for errors (#6344)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Jul 21, 2021
1 parent 5faf9b3 commit 64587e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def error_write(
style: str = None,
sep: str = None,
end: str = None,
styled: bool = True,
styled: bool = False,
force: bool = True,
) -> None:
return self.write(
Expand Down

0 comments on commit 64587e8

Please sign in to comment.