Skip to content

Commit

Permalink
stage: exceptions: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Apr 28, 2020
1 parent 1937527 commit 6d698ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dvc/stage/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ class StageNameUnspecified(DvcException):
def __init__(self, file):
super().__init__(
"Stage name not provided."
"Please specify the name as: `{0}:stage_name`".format(
file.relpath
)
"Please specify the name as: `{0}:stage_name`".format(file.relpath)
)


Expand Down

0 comments on commit 6d698ea

Please sign in to comment.