-
Notifications
You must be signed in to change notification settings - Fork 846
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
Fix Merge Error #2832
Fix Merge Error #2832
Conversation
Signed-off-by: Isaac Milarsky <[email protected]>
#contrib_group.link_error(facade_error_handler.s()) | ||
#return contrib_group#chain(facade_start_contrib_analysis_task.si(), contrib_group) | ||
return insert_facade_contributors.si(repo_id) | ||
|
||
|
||
def facade_phase(repo_git, full_collection): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pylint] reported by reviewdog 🐶
W0613: Unused argument 'full_collection' (unused-argument)
@@ -7,7 +7,7 @@ | |||
from augur.tasks.github.util.github_random_key_auth import GithubRandomKeyAuth | |||
from augur.application.db.models import Contributor | |||
from augur.tasks.github.facade_github.core import * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pylint] reported by reviewdog 🐶
W0401: Wildcard import augur.tasks.github.facade_github.core (wildcard-import)
@@ -7,7 +7,7 @@ | |||
from augur.tasks.github.util.github_random_key_auth import GithubRandomKeyAuth | |||
from augur.application.db.models import Contributor | |||
from augur.tasks.github.facade_github.core import * | |||
from augur.application.db.lib import execute_sql, get_contributor_aliases_by_email, get_unresolved_commit_emails_by_name, get_contributors_by_full_name | |||
from augur.application.db.lib import execute_sql, get_contributor_aliases_by_email, get_unresolved_commit_emails_by_name, get_contributors_by_full_name, get_repo_by_repo_git | |||
from augur.tasks.git.util.facade_worker.facade_worker.facade00mainprogram import * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pylint] reported by reviewdog 🐶
W0401: Wildcard import augur.tasks.git.util.facade_worker.facade_worker.facade00mainprogram (wildcard-import)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Fix Merge Error with Wrong Value Pass
Signed commits