Skip to content

Commit 91e6f5d

Browse files
committed
adding python version back in
1 parent 2c4e768 commit 91e6f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ def format_tmux_resp(std_resp):
11071107
# )
11081108
# ),
11091109
output_break(),
1110-
# 'python version: %s' % ' '.join(sys.version.split('\n')),
1110+
'python version: %s' % ' '.join(sys.version.split('\n')),
11111111
'system PATH: %s' % os.environ['PATH'],
11121112
'tmux version: %s' % get_version(),
11131113
'libtmux version: %s' % libtmux_version,

0 commit comments

Comments
 (0)