Skip to content

Commit

Permalink
silly omission
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 26, 2020
1 parent 6de48d3 commit 7fa5e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dvc/repo/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def add(repo, targets, recursive=False, no_commit=False, fname=None):
unit="file",
disable=True if len(stages) == 1 else None,
):
stage.save()

if not no_commit:
stage.commit()
Expand Down

0 comments on commit 7fa5e69

Please sign in to comment.