[Pkg-debile-commits] [debile-slave] 08/28: Remove variables that do not exist

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:55:19 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-slave.

commit e97b2ac42a1b52e48124206619fcc48b9a6fd7ff
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Fri Aug 9 23:17:27 2013 +0200

    Remove variables that do not exist
---
 ethel/daemon.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ethel/daemon.py b/ethel/daemon.py
index d2a384d..4059cfb 100644
--- a/ethel/daemon.py
+++ b/ethel/daemon.py
@@ -122,7 +122,7 @@ def iterate():
                             remote_scanbuild_path = proxy.get_write_location(job['uuid'])
                             remote_scanbuild_path = os.path.join(remote_scanbuild_path, 'scan-build')
                             cmd = config.get('lucy', 'copy').format(src=failed[0],
-                                                        dest=remote_path)
+                                                        dest=remote_scanbuild_path)
                             out, err, ret = run_command(cmd)
                             shutil.rmtree(failed[0])
                     else:
@@ -133,7 +133,7 @@ def iterate():
                     remote_log_path = os.path.join(remote_log_path, 'log.txt')
                     open('ethel-log', 'wb').write(log.encode('utf-8'))
                     cmd = config.get('lucy', 'copy').format(src='ethel-log',
-                                                dest=remote_path)
+                                                dest=remote_log_path)
                     out, err, ret = run_command(cmd)
                     if ret != 0:
                         print(out)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list