Skip to content

Conversation

@amgross
Copy link
Contributor

@amgross amgross commented Jan 11, 2026

This print in compact is:

  1. not protected under verbose flag
  2. Prints just files, not directories
  3. duplicated with the prints upon creation

The prints upon creation are enough:

if args.verbose:
print("Adding Directory:", rel_path)

if args.verbose:
print("Adding File: ", rel_path)

… is duplicated with the prints upon creation
@BrianPugh BrianPugh merged commit f7cfe38 into jrast:master Jan 11, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants