We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad83e0 commit 1c62c2dCopy full SHA for 1c62c2d
dvc/commands/experiments/show.py
@@ -150,7 +150,7 @@ def run(self):
150
all_commits=self.args.all_commits,
151
hide_queued=self.args.hide_queued,
152
hide_failed=self.args.hide_failed,
153
- hide_workspace=self.args.hide_workspace, # flag
+ hide_workspace=self.args.hide_workspace,
154
revs=self.args.rev,
155
num=self.args.num,
156
sha_only=self.args.sha,
dvc/repo/experiments/show.py
@@ -43,7 +43,7 @@ def show(
43
num=num,
44
hide_queued=hide_queued,
45
hide_failed=hide_failed,
46
- hide_workspace=hide_workspace, # flag
+ hide_workspace=hide_workspace,
47
sha_only=sha_only,
48
**kwargs,
49
)
0 commit comments