fixed typo
This commit is contained in:
parent
adbeb39feb
commit
36cb88c50c
@ -74,7 +74,7 @@ func getJpegsWithoutRawSideCar(jpgFiles []string) []string {
|
|||||||
newFilePath := filepath.Join(dir, newFileName)
|
newFilePath := filepath.Join(dir, newFileName)
|
||||||
|
|
||||||
if exists, err := fileExists(newFilePath); exists {
|
if exists, err := fileExists(newFilePath); exists {
|
||||||
logrus.Debugf("Found exising sidecar, keeping jpeg %s", jpgFile)
|
logrus.Debugf("Found existing sidecar, keeping jpeg %s", jpgFile)
|
||||||
|
|
||||||
} else if err == nil && !exists {
|
} else if err == nil && !exists {
|
||||||
logrus.Infof("Found jpeg with missing raw file, schedule for delete %s", jpgFile)
|
logrus.Infof("Found jpeg with missing raw file, schedule for delete %s", jpgFile)
|
||||||
|
Loading…
Reference in New Issue
Block a user