-
Notifications
You must be signed in to change notification settings - Fork 232
fix(load): passthru of tmux config_file #843
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(load): passthru of tmux config_file #843
Conversation
f93179d erroneously renamed the argument for `libtmux.server.Server` which is still called `config_file`.
16cc3b4
to
02cfedd
Compare
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.
Well done. Will merge and release
c88b134
to
ab8e776
Compare
Codecov Report
@@ Coverage Diff @@
## master #843 +/- ##
=======================================
Coverage 76.19% 76.19%
=======================================
Files 24 24
Lines 1613 1613
Branches 366 366
=======================================
Hits 1229 1229
Misses 275 275
Partials 109 109
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@zappolowski Well done, and nice job on the test too Released v1.18.1 (GitHub, Tag, PyPI) If you try it out, any better? |
Works for me now ... sorry for the wrong typing in the test. 😬 |
f93179d erroneously renamed the argument for
libtmux.server.Server
which is still calledconfig_file
.