Skip to content

Commit 9ae7407

Browse files
authored
dvc: remove extra newline
1 parent 751bdb2 commit 9ae7407

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dvc/stage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ def _check_stage_path(repo, path):
392392
raise StagePathNotDirectoryError(path)
393393

394394
proj_dir = os.path.realpath(repo.root_dir)
395-
396395
if real_path != proj_dir and not path_isin(real_path, proj_dir):
397396
raise StagePathOutsideError(path)
398397

0 commit comments

Comments
 (0)