Skip to content

Commit 70851aa

Browse files
committed
update
1 parent 3bf6025 commit 70851aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/azure-sdk-tools/linting_tools/lint_test_bench/test_files/test_exception_raise_log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
try:
1010
a = "this is doing something here"
11+
a.get("this")
1112
except TypeError as e:
1213
logging.debug(
1314
"This is a TypeError: %s",

0 commit comments

Comments
 (0)