Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Fix argument order #24

Merged
merged 2 commits into from
Jul 11, 2017
Merged

Fix argument order #24

merged 2 commits into from
Jul 11, 2017

Conversation

joneshf
Copy link
Contributor

@joneshf joneshf commented Jul 10, 2017

This has bothered me for far too long. Finally fixing the order of these two things.

@ento ento self-requested a review July 11, 2017 01:39
Copy link
Contributor

@ento ento left a comment

Choose a reason for hiding this comment

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

Thanks for fixing! Merging when tests pass

@@ -41,7 +41,7 @@ def sync_deps(from_deps, to_deps):
elif to_deps[package_name] != package_version:
result[package_name] = package_version

messages.append('Changing {package_name} from version {package_version} to {other_package_version}'.format(
messages.append('Changing {package_name} from version {other_package_version} to {package_version}'.format(
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@ento ento merged commit 376ac91 into master Jul 11, 2017
@ento ento deleted the joneshf-patch-1 branch July 11, 2017 01:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants