We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826ec30 commit 0779e98Copy full SHA for 0779e98
docs/pluginDoc/create_all_plugin_docs.py
@@ -24,5 +24,5 @@
24
print("create plugin documentation for", cfg)
25
try:
26
create_plugin_doc.createPluginDoc(cfg, buildernames)
27
- except Exception:
28
- print("Error", cfg)
+ except Exception as ex:
+ print("Error (%s)" % str(ex), cfg)
0 commit comments