ci: fix f-string escape in botty OCR test
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -177,7 +177,8 @@ jobs:
|
||||
invert=True,
|
||||
threshold=25,
|
||||
)
|
||||
print(f' OCR result: {results[0].text if results else \"empty\"}')
|
||||
result_text = results[0].text if results else 'empty'
|
||||
print(f' OCR result: {result_text}')
|
||||
print('OCR botty module: OK')
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user