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

Update homebrew support #294

Merged
merged 5 commits into from
Jul 21, 2021

Conversation

tim-coutinho
Copy link
Contributor

This addresses #218.

shallow_backup/backup.py Outdated Show resolved Hide resolved
shallow_backup/backup.py Outdated Show resolved Hide resolved
Copy link
Owner

@alichtman alichtman left a comment

Choose a reason for hiding this comment

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

Quick refactor and then all good.

Comment on lines 152 to 153
ret = run_cmd(command)
if not ret:
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
ret = run_cmd(command)
if not ret:
if not run_cmd(command):

@alichtman
Copy link
Owner

Good to go after this change.

@finn-matti
Copy link

Is this still ongoing? And if not, what needs to be done? I am not a python dev, but I would love for this to fix the brew integration.

@alichtman alichtman merged commit dbd87d7 into alichtman:master Jul 21, 2021
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