Skip to content

Commit bc377cf

Browse files
committed
Solve conflict
1 parent a1b759c commit bc377cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/validate_docstrings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,6 @@ def header(title, width=80, char="#") -> str:
392392
if result["errors"]:
393393
sys.stderr.write(f'{len(result["errors"])} Errors found for `{func_name}`:\n')
394394
for err_code, err_desc in result["errors"]:
395-
if err_code == "EX02": # Failing examples are printed at the end
396-
sys.stderr.write("\tExamples do not pass tests\n")
397-
continue
398395
sys.stderr.write(f"\t{err_code}\t{err_desc}\n")
399396
else:
400397
sys.stderr.write(f'Docstring for "{func_name}" correct. :)\n')

0 commit comments

Comments
 (0)