Skip to content

Commit 7ee5c37

Browse files
committed
Remove redundant confirmation from tmuxp freeze
1 parent 7956070 commit 7ee5c37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tmuxp/cli.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -710,10 +710,7 @@ def command_freeze(session_name, socket_name, socket_path):
710710
)
711711
)
712712
dest_prompt = click.prompt(
713-
'Save to: %s' % save_to,
714-
value_proc=get_abs_path,
715-
default=save_to,
716-
confirmation_prompt=True,
713+
'Save to: %s' % save_to, value_proc=get_abs_path, default=save_to
717714
)
718715
if os.path.exists(dest_prompt):
719716
print('%s exists. Pick a new filename.' % dest_prompt)

0 commit comments

Comments
 (0)