Skip to content

Commit

Permalink
Update dvc/repo/experiments/executor/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Rowlands (변기호) <[email protected]>
  • Loading branch information
karajan1001 and pmrowla committed Jul 27, 2021
1 parent 14175c8 commit 770e5bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dvc/repo/experiments/executor/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,7 @@ def checkpoint_callback(
if git_remote:
from dvc.repo.experiments.push import push

branch = dvc.experiments.get_branch_by_rev(
exp_rev, allow_multiple=None
)
branch_name = ExpRefInfo.from_ref(branch).name
branch = scm.get_ref(EXEC_BRANCH, follow=False)
push(
dvc,
git_remote,
Expand Down

0 comments on commit 770e5bc

Please sign in to comment.