This commit is contained in:
Kovid Goyal 2012-09-06 11:50:08 +05:30
parent 39cbbda5af
commit 79e5ea9ee9

View File

@ -488,11 +488,6 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
msg = self.listener.queue.get_nowait()
except Empty:
return
except:
prints('Received invalid message from another instance')
import traceback
traceback.print_exc()
return
if msg.startswith('launched:'):
argv = eval(msg[len('launched:'):])
if len(argv) > 1: