Skip to content

Commit c7d6b93

Browse files
committed
Update api.py
1 parent 335a806 commit c7d6b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piedomains/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def classify_batch(
295295
all_results.append(batch_result)
296296

297297
except Exception as e:
298-
logger.error(f"Batch {i//batch_size + 1} failed: {e}")
298+
logger.error(f"Batch {i // batch_size + 1} failed: {e}")
299299
# Create error result for this batch
300300
error_result = pd.DataFrame(
301301
[

0 commit comments

Comments
 (0)