Browse Source

Add files via upload

Daniel Voipan 5 years ago
parent
commit
ff9841f974
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BlackTools/Modules/BT.AutoUpdate.tcl

+ 1 - 1
BlackTools/Modules/BT.AutoUpdate.tcl

@@ -433,8 +433,8 @@ foreach f $topwords_files {
     set filename [file tail $f]
     file copy -force $f "$black(actdir)/BlackTools/FILES/TOPWORDS/$filename"
     }
-}
     unset black(update_file_topwords)
+}
     return $counter
 }