summaryrefslogtreecommitdiff
path: root/src/backend/download.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/download.py')
-rw-r--r--src/backend/download.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/download.py b/src/backend/download.py
index 4d435de..c93f9af 100644
--- a/src/backend/download.py
+++ b/src/backend/download.py
@@ -30,7 +30,7 @@ def start(redir_out=False, dl_world=False):
if redir_out:
p_exe = subprocess.Popen(
- ['emerge'], + args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
+ ['emerge'] + args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
# kill portage if the program dies or it's terminated by the user
atexit.register(sisyphus.killemerge.start, p_exe)