Skip to content

Commit

Permalink
minor message rename
Browse files Browse the repository at this point in the history
Responding to review request
  • Loading branch information
casperdcl committed Jan 26, 2020
1 parent 4ae9b75 commit b49a61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/repo/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _create_stages(repo, targets, fname, pbar=None):

for out in Tqdm(
targets,
desc="Creating stages",
desc="Creating DVC-files",
disable=True if len(targets) < LARGE_DIR_SIZE else None,
unit="file",
):
Expand Down

0 comments on commit b49a61d

Please sign in to comment.