From 57b685846c0ec42b656cdb5f2b0cb430a73533e2 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Sun, 1 Feb 2015 23:35:58 +0000 Subject: [PATCH] more syntax errors --- CONTROL/control | 2 +- webif/plugin/sweeper/auto.hook | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index 61cf46b..2801103 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: sweeper Priority: optional Section: misc -Version: 2.0.7-4 +Version: 2.0.7-5 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: webif(>=1.0.16) diff --git a/webif/plugin/sweeper/auto.hook b/webif/plugin/sweeper/auto.hook index 304b054..3d5226b 100644 --- a/webif/plugin/sweeper/auto.hook +++ b/webif/plugin/sweeper/auto.hook @@ -191,7 +191,7 @@ proc ::sweeper::moveset {ts dst {op rename}} { } log " ....... $f" if {[catch {file $op $f "$dst/[file tail $f]"} msg]} { - log "$op failed, $msg.", 0 + log "$op failed, $msg." 0 return } } @@ -226,7 +226,7 @@ proc ::sweeper::folder_apply {dir callback args} { log "+ folder_apply processing $entry" 2 - if {[catch {set ts [ts fetch $entry]} msg} { + if {[catch {set ts [ts fetch $entry]} msg]} { log "Error reading TS file, $msg" 0 continue } @@ -739,7 +739,7 @@ proc ::sweeper::apply {dir cf} { log "+ Sweeper processing $entry" 2 - if {[catch {set ts [ts fetch $entry]} msg} { + if {[catch {set ts [ts fetch $entry]} msg]} { log "Error reading TS file, $msg" 0 continue } @@ -794,7 +794,7 @@ proc ::sweeper::apply {dir cf} { log " --- Considering $dentry" 2 - if {[catch {set ts [ts fetch $dentry]} msg} { + if {[catch {set ts [ts fetch $dentry]} msg]} { log "Error reading TS file, $msg" 2 continue }