Skip to content

Commit ed3d9ff

Browse files
committed
Does this fix it?
1 parent e50e73b commit ed3d9ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tmuxp/cli.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -876,10 +876,7 @@ def command_shell_plus(
876876

877877
traceback.print_exc()
878878

879-
def run_plain():
880-
code.interact(local=imported_objects)
881-
882-
run_plain()
879+
code.interact(local=imported_objects)
883880

884881

885882
@cli.command(name='freeze')

0 commit comments

Comments
 (0)