Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 29, 2023
1 parent 905510a commit 4da2fbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dvc/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,12 +679,12 @@ def ignore_remove(self) -> None:
# pylint: enable=no-member

def save(self) -> None:
if self.use_cache and not self.is_in_repo:
raise DvcException(
if self.use_cache and not self.is_in_repo:
raise DvcException(
f"Saving cached external output {str(self)} is not supported "
"since DVC 3.0. See "
f"{format_link('https://dvc.org/doc/user-guide/upgrade')} "
"for more info."
"since DVC 3.0. See "
f"{format_link('https://dvc.org/doc/user-guide/upgrade')} "
"for more info."
)

if not self.exists:
Expand Down

0 comments on commit 4da2fbe

Please sign in to comment.