Skip to content

Commit b349e4e

Browse files
authored
Fix indentation in exception handling block
1 parent 1679e1a commit b349e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/logging/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ def emit(self, record):
11571157
except Exception:
11581158
pass
11591159
raise
1160-
except Exception:
1160+
except Exception:
11611161
self.handleError(record)
11621162

11631163
class NTEventLogHandler(logging.Handler):

0 commit comments

Comments
 (0)