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

bug: fixes error on updated file bug #7

Merged
merged 1 commit into from Jun 21, 2021
Merged

bug: fixes error on updated file bug #7

merged 1 commit into from Jun 21, 2021

Conversation

JoarGruneau
Copy link
Collaborator

No description provided.

@@ -15,7 +15,7 @@ def get_input(verbose_info):
def get_answers(operation, checks, paths, force=False):
answers = []
for check, (source, destination) in zip(checks, paths):
missing_src, missing_dst = read(check.src_out), read(check.dst_out)
missing_src, missing_dst, diff = read(check.src_out), read(check.dst_out), read(check.diff_out)
Copy link
Contributor

Choose a reason for hiding this comment

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

minor: I personally would keep these as separate statements on separate lines for readability :)

@JoarGruneau JoarGruneau merged commit 61436c1 into master Jun 21, 2021
@JoarGruneau JoarGruneau deleted the update-file branch June 21, 2021 10:57
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.

None yet

2 participants