We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846681d commit a81b485Copy full SHA for a81b485
src/hope_dedup_engine/apps/faces/celery_tasks.py
@@ -80,7 +80,7 @@ def encode_chunk(
80
pre_encodings = ds.get_encodings()
81
with report_long_execution('encode_faces(files, config.get("encoding"), pre_encodings, progress=callback)'):
82
results = encode_faces(files, config.get("encoding"), pre_encodings, progress=callback)
83
- with report_long_execution('ds.update_encodings(results[0])'):
+ with report_long_execution("ds.update_encodings(results[0])"):
84
ds.update_encodings(results[0])
85
except Exception as e:
86
sentry_sdk.capture_exception(e)
0 commit comments