fix verbose output when redirected to file, #661
This commit is contained in:
@@ -3,7 +3,6 @@ import os
|
||||
import re
|
||||
|
||||
import pytest
|
||||
from photoinfo_mock import PhotoInfoMock
|
||||
|
||||
import osxphotos
|
||||
from osxphotos.exiftool import get_exiftool_path
|
||||
@@ -15,6 +14,8 @@ from osxphotos.phototemplate import (
|
||||
RenderOptions,
|
||||
)
|
||||
|
||||
from .photoinfo_mock import PhotoInfoMock
|
||||
|
||||
try:
|
||||
exiftool = get_exiftool_path()
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user