Skip to content

Commit 2261265

Browse files
committed
make mypy happy again (?)
1 parent 89e68db commit 2261265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def test_restore_cwd(self):
812812
# after = None
813813
try:
814814
do_command(cmd=['ls /does-not-exist'], cwd=os.path.dirname(before))
815-
except RuntimeError as exc:
815+
except RuntimeError:
816816
pass
817817
finally:
818818
after = os.getcwd()

0 commit comments

Comments
 (0)