Skip to content

Commit 281ea3f

Browse files
sdks/python: fix linting issue
1 parent e6569ba commit 281ea3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/examples/snippets/transforms/elementwise/enrichment_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def pre_milvus_enrichment() -> MilvusDBContainerInfo:
405405
def post_milvus_enrichment(db: MilvusDBContainerInfo):
406406
try:
407407
MilvusEnrichmentTestHelper.stop_db_container(db)
408-
except Exception:
408+
except Exception as e:
409409
raise TestContainerTeardownError(
410410
f"Milvus container failed to tear down: {str(e)}")
411411

0 commit comments

Comments
 (0)