Skip to content

Commit 3413816

Browse files
committed
Merge pull request #12 from finder/master
Fix missing t variable in cli
2 parents b8e1c8a + b5c94e7 commit 3413816

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)