Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from chenry3/winfix
Browse files Browse the repository at this point in the history
support imgsumDatabasePath with space on windows
  • Loading branch information
teran committed Dec 10, 2019
2 parents bfc2ed4 + 3d713ba commit 9828dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deduplicator.lrdevplugin/FindDuplicates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function IndexPhoto(photo)

local imagePath = photo:getRawMetadata("path")
if WIN_ENV == true then
command = string.format('"%s" "%s" >> %s',
command = string.format('"%s" "%s" >> "%s"',
LrPathUtils.child( LrPathUtils.child( _PLUGIN.path, "win" ), binName .. '.exe' ),
imagePath,
imgsumDatabasePath)
Expand Down

0 comments on commit 9828dc0

Please sign in to comment.