Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-24937: move implementation of remaining butler commands to script folder #246

Merged
merged 5 commits into from May 19, 2020

Conversation

n8pease
Copy link
Contributor

@n8pease n8pease commented May 18, 2020

No description provided.

"--file", self.file,
"--transfer", transfer,
"--ingest-task", self.rawIngestTask])
self.assertEqual(result.exit_code, 0, f"output: {result.output} exception: {result.exception}")
Copy link
Contributor Author

@n8pease n8pease May 18, 2020

Choose a reason for hiding this comment

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

@timj, you had mentioned to mark the script functions as private api. I thought it would be better to just use the butler command in those locations instead, and get the extra mileage on testing it. (Let me know if you disagree)

Copy link
Member

Choose a reason for hiding this comment

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

This works for me.

@n8pease n8pease merged commit f672fef into master May 19, 2020
@timj timj deleted the tickets/DM-24937 branch June 25, 2020 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants