Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
3cdcd29ef4
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ class State():
|
|||
self.destination = pathlib.Path(docopt_args['<destination>']).resolve()
|
||||
else:
|
||||
self.destination = menus.select_path('Destination')
|
||||
self.destination.mkdir(parents=True, exist_ok=True)
|
||||
self.ui.add_title_pane('Destination', self.destination)
|
||||
self.update_top_panes()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue