Skip to content

Commit 045383e

Browse files
committed
Fixes mbj4668#685 - report errors in sample-xml-skeleton
1 parent 8a7a50c commit 045383e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyang/plugins/sample-xml-skeleton.py

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ def add_output_format(self, fmts):
7373
self.multiple_modules = True
7474
fmts['sample-xml-skeleton'] = self
7575

76-
def setup_fmt(self, ctx):
77-
ctx.implicit_errors = False
78-
7976
def emit(self, ctx, modules, fd):
8077
"""Main control function.
8178

0 commit comments

Comments
 (0)