Skip to content

Commit

Permalink
minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 26, 2020
1 parent 2a4c308 commit aa3ff02
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 @@ -60,7 +60,7 @@ def add(repo, targets, recursive=False, no_commit=False, fname=None):

stages_list += stages

if num_targets == 1:
if num_targets == 1: # restore bar format for stats
pbar.bar_format = pbar.BAR_FMT_DEFAULT

return stages_list
Expand Down

0 comments on commit aa3ff02

Please sign in to comment.