Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAssume no panes specified for a window means one pane with no commands #487
Conversation
|
@kstilwell I think black/isort has to be ran. I'm adding it to pipenv in master (forgot to earlier). I made it so (You can disregard below if you have a better way of cleaning up your PR, I just merged a lot of stuff into master in the past few minutes) Rebase against master
Then
To rebase the changes onto the last commit you made:
|
|
After tests pass, LGTM |
- If window is specified in tmuxp configuration without panes assume that means one pane with no shell commands is intended
Codecov Report
@@ Coverage Diff @@
## master #487 +/- ##
==========================================
+ Coverage 75.06% 75.31% +0.25%
==========================================
Files 5 5
Lines 794 794
Branches 231 231
==========================================
+ Hits 596 598 +2
+ Misses 146 145 -1
+ Partials 52 51 -1
Continue to review full report at Codecov.
|
If window is specified in tmuxp configuration without panes assume that means one pane with no shell commands is intended.
Address #470