Skip to content

Commit 2579bdb

Browse files
committed
use socket_name, socket_path inside of freeze t.
1 parent 3413816 commit 2579bdb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tmuxp/cli.py

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

305-
t = Server()
305+
t = Server(
306+
socket_name=args.socket_name,
307+
socket_path=args.socket_path,
308+
colors=args.colors
309+
)
310+
306311
session = t.findWhere({
307312
'session_name': args.session_name
308313
})

0 commit comments

Comments
 (0)