Skip to content

dvc exp run prints exception message twice #7276

@skshetry

Description

@skshetry

Here's the repro:

cd "$(mktemp -d)"
git init && dvc init
echo "foo: 1" > params.yaml
git add -A
git commit -m "initial"
dvc exp init python train.py
dvc exp run

This outputs:

ERROR: failed to reproduce 'dvc.yaml': [Errno 2] No such file or directory: '/private/var/folders/xh/trg29z296h70n109kwfk6g800000gn/T/tmp.dUgMYVQs/data'
ERROR: failed to reproduce 'dvc.yaml': [Errno 2] No such file or directory: '/private/var/folders/xh/trg29z296h70n109kwfk6g800000gn/T/tmp.dUgMYVQs/data

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: experimentsRelated to dvc expbugDid we break something?

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions