decentral1se
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
1 additions and
1 deletions
-
distribusi.go
|
@ -194,7 +194,7 @@ Example: |
|
|
|
|
|
|
|
|
_, err = exec.LookPath("exiftool") |
|
|
_, err = exec.LookPath("exiftool") |
|
|
if err != nil { |
|
|
if err != nil { |
|
|
logrus.Warn("exiftool is not installed, skipping image captions") |
|
|
logrus.Debug("exiftool is not installed, skipping image captions") |
|
|
exiftoolInstalled = false |
|
|
exiftoolInstalled = false |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|