Fix luacheck warning.

This commit is contained in:
Brandon Amos 2016-01-11 08:47:34 -05:00
parent ce0fe8e4a8
commit 2a3f0efed2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function batchRepresent()
print(opt.data)
local cacheFile = paths.concat(opt.data, 'cache.t7')
print('cache lotation: ', cacheFile)
local dumpLoader = nil
local dumpLoader
if paths.filep(cacheFile) then
print('Loading metadata from cache.')
print('If your dataset has changed, delete the cache file.')