Commit b8694ec
committed
ci(shell): Fix exec issue: nested function with free variables
tmuxp/__init__.py:14: in <module>
from . import cli, config, util
E SyntaxError: unqualified exec is not allowed in function
'command_shell' because it contains a nested function with free
variables (cli.py, line 734)1 parent 9507b3c commit b8694ec
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
688 | | - | |
| 687 | + | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
693 | | - | |
694 | | - | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
| |||
0 commit comments