Skip to content

Commit 24c95a5

Browse files
committed
fixup indentation
1 parent cbce6d3 commit 24c95a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/importlib/_bootstrap_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ def set_data(self, path, data, *, _mode=0o666):
996996
or exc.errno in {EACCES, EROFS}
997997
):
998998
_bootstrap._verbose_message('could not create {!r}: {!r}',
999-
parent, exc)
999+
parent, exc)
10001000
return
10011001
raise
10021002
try:

0 commit comments

Comments
 (0)