Skip to content

Conversation

@standage
Copy link
Member

Add source and destination to copy log when user includes --verbose flag.

@standage standage requested a review from rnmitchell November 24, 2025 19:57
Comment on lines -28 to +32
print(copier, file=fh)
log = str(copier)
if verbose:
log += f'\n[Paths]\nsource="{seq_path}"\ndestination="{workdir / subdir}"'
print(log, file=fh)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appends the following to the log when the user selects the --verbose flag.

[Paths]
source = "..."
destination = "..."

@rnmitchell
Copy link
Contributor

Sorry for the delay, this looks good to me.

@rnmitchell rnmitchell merged commit a8f2464 into main Dec 3, 2025
4 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.

3 participants