Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Sun Aug 13 22:54:55 UTC 2023 on atb-devel-224
try:
from samba.ms_schema_markdown import read_ms_markdown
except ImportError as e:
- self.outf.write("Exception in importing markdown: %s" % e)
+ self.outf.write("Exception in importing markdown: %s\n" % e)
raise CommandError('Failed to import module markdown')
from samba.schema import Schema