more syntax errors
This commit is contained in:
parent
467e11c739
commit
57b685846c
@ -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)
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user