Get rid of luacheck warning

reviewable/pr10074/r12^2
Melik 2 years ago committed by Frans de Jonge
parent 1b2adfd201
commit c0d0b36f98

@ -81,7 +81,7 @@ end
function filemanagerutil.setStatus(file, status)
-- In case the book doesn't have a sidecar file, this'll create it
local docinfo = DocSettings:open(file)
local summary = nil
local summary
if docinfo.data.summary and docinfo.data.summary.status then
-- Book already had the full BookStatus table in its sidecar, easy peasy!
docinfo.data.summary.status = status

Loading…
Cancel
Save