Skip to content

Commit 3660d9e

Browse files
authored
local output: address PR comment, fix style a bit
1 parent 98750c9 commit 3660d9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dvc/output/local.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def _parse_path(self, remote, path):
2929
# FIXME: if we have Windows path containing / or posix one with \
3030
# then we have #2059 bug and can't really handle that.
3131
p = self.REMOTE.path_cls(path)
32-
3332
if not p.is_absolute():
3433
p = self.stage.wdir / p
3534

0 commit comments

Comments
 (0)