[gnome-continuous] task: Fix completed task path reference
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] task: Fix completed task path reference
- Date: Thu, 10 Oct 2013 17:46:42 +0000 (UTC)
commit d208239e1c7e5c444c1cb5331d120e9de52dcf0d
Author: Colin Walters <walters verbum org>
Date: Thu Oct 10 13:18:24 2013 -0400
task: Fix completed task path reference
src/js/task.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/task.js b/src/js/task.js
index 3f6d40c..e321440 100644
--- a/src/js/task.js
+++ b/src/js/task.js
@@ -297,7 +297,7 @@ const TaskMaster = new Lang.Class({
throw new Error("TaskMaster: Internal error - Failed to find completed task:" + taskName);
this._executing.splice(idx, 1);
- let link = this.tasksPath.get_child(taskName);
+ let link = this.completedTasksPath.get_child(taskName);
BuildUtil.atomicSymlinkSwap(link, runner.buildPath, this.cancellable);
if (success && runner.changed) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]