Skip to content

tmux freeze crashes if folder does not exist #61

Closed
@Azrael3000

Description

@Azrael3000

File "/usr/bin/tmuxp", line 9, in
load_entry_point('tmuxp==0.1.7', 'console_scripts', 'tmuxp')()
File "/usr/lib/python3.3/site-packages/tmuxp/cli.py", line 971, in main
command_freeze(args)
File "/usr/lib/python3.3/site-packages/tmuxp/cli.py", line 391, in command_freeze
buf = open(dest, 'w')
FileNotFoundError: [Errno 2] No such file or directory: '/home/username/.tmuxp/0.yaml'

Would be nice if there is the possibility to create the directory if it does not exist.
Cheers,
Arno

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions