Skip to content

Commit b5c94e7

Browse files
committed
Fix missing t variable in cli
1 parent b8e1c8a commit b5c94e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmuxp/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ def get_server_from_args(args):
302302
def command_freeze(args):
303303
""" Import teamocil config to tmuxp format. """
304304

305+
t = Server()
305306
session = t.findWhere({
306307
'session_name': args.session_name
307308
})

0 commit comments

Comments
 (0)