- Notifications
You must be signed in to change notification settings - Fork35
Add **kwargs to append_conf()#48
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
self.host, | ||
self.port)) # yapf: disable | ||
# common replication settings | ||
if allow_streaming or allow_logical: |
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.
Had to fix settings according tothis page.
codecov-io commentedJun 5, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #48 +/- ##==========================================+ Coverage 97.02% 97.17% +0.14%========================================== Files 17 17 Lines 1547 1556 +9 ==========================================+ Hits 1501 1512 +11+ Misses 46 44 -2
Continue to review full report at Codecov.
|
This would allow us to do the following: