Traceback (most recent call last):
  File "/home/blockdev/.local/lib/python3.6/site-packages/electrum/gui/qt/__init__.py", line 418, in main
    if not self.start_new_window(path, self.config.get('url'), app_is_starting=True):
  File "/home/blockdev/.local/lib/python3.6/site-packages/electrum/gui/qt/__init__.py", line 292, in wrapper
    return func(self, *args, **kwargs)
  File "/home/blockdev/.local/lib/python3.6/site-packages/electrum/gui/qt/__init__.py", line 317, in start_new_window
    wallet = self._start_wizard_to_select_or_create_wallet(path)
  File "/home/blockdev/.local/lib/python3.6/site-packages/electrum/gui/qt/__init__.py", line 355, in _start_wizard_to_select_or_create_wallet
    path, storage = wizard.select_storage(path, self.daemon.get_wallet)
  File "/home/blockdev/.local/lib/python3.6/site-packages/electrum/gui/qt/installwizard.py", line 301, in select_storage
    get_new_wallet_name(wallet_folder)))
  File "/home/blockdev/.local/lib/python3.6/site-packages/electrum/util.py", line 485, in get_new_wallet_name
    if filename in os.listdir(wallet_folder):
FileNotFoundError: [Errno 2] No such file or directory: '/path/to/wallet'