From fdb59c4e6f967c0c133f2aba1fb0c290d1e05f5b Mon Sep 17 00:00:00 2001 From: necoro <> Date: Fri, 15 Jun 2007 08:14:29 +0000 Subject: added ability of passing "&&" to the sync command --- portato/gui/gui_helper.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'portato/gui/gui_helper.py') diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 1f368de..40f3cee 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -633,10 +633,8 @@ class EmergeQueue: try: idx = cmd.index("&&") except ValueError: # no && in there -> normal behavior - debug("w/o &&", cmd) self._emerge([],[],[], command = cmd) else: - debug("with &&", cmd[:idx]) self._emerge([],[],[], command = cmd[:idx]) if startThread: -- cgit v1.2.3-54-g00ecf