Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 857a28a

Browse files
committed
Fixed merge issues.
1 parent dbeca8e commit 857a28a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_pep257.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def foo():
270270
ur"""Check unicode: \u2611 and raw: \\\\\\\\."""
271271
''').encode('utf-8')))
272272
env.write_config(ignore='D100', verbose=True)
273-
out, err = env.invoke_pep257()
273+
out, err, code = env.invoke_pep257()
274+
assert code == 0
274275
assert 'D301' not in err
275276
assert 'D302' not in err

0 commit comments

Comments
 (0)