summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
authornecoro <>2007-06-15 08:14:29 +0000
committernecoro <>2007-06-15 08:14:29 +0000
commitfdb59c4e6f967c0c133f2aba1fb0c290d1e05f5b (patch)
treeb7a4178915839893972b946a3896ebdb8c6ef419 /portato
parentcf4e11cee2c98e1dee265e94b45d22039f9c91b9 (diff)
downloadportato-fdb59c4e6f967c0c133f2aba1fb0c290d1e05f5b.tar.gz
portato-fdb59c4e6f967c0c133f2aba1fb0c290d1e05f5b.tar.bz2
portato-fdb59c4e6f967c0c133f2aba1fb0c290d1e05f5b.zip
added ability of passing "&&" to the sync command
Diffstat (limited to 'portato')
-rw-r--r--portato/gui/gui_helper.py2
1 files changed, 0 insertions, 2 deletions
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: